#dd7cc6

Color #DD7CC6 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #DD7CC6

Tints of Orchid #DD7CC6

Color information

#DD7CC6 (or 0xDD7CC6) is unknown color: approx Orchid. HEX triplet: DD, 7C and C6. RGB value is (221,124,198). Sum of RGB (Red+Green+Blue) = 221+124+198=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CC6 is #228339. Grayscale: #A1A1A1. Windows color (decimal): -2261818 or 13008093. OLE color: 13008093.

HSL color Cylindrical-coordinate representation of color #DD7CC6: hue angle of 314.23º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7CC6 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB221124198-
CMYK00.440.100.13
HSL314.23º58.79%67.65%-
HSV(B)314.23º43.89%86.67%-
XYZ47.2233.8657.47-
YUV161.44148.64170.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 40.70%
GREEN value IS 124 (48.83% from 255) = 22.84%
BLUE value IS 198 (77.73% from 255) = 36.46%
R=40.70%
G=22.84%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112419800.440.100.13314.2358.7967.65
HexDD7CC602CAD13a3b44
Octal335174306054121547273104
Binary110111011111100110001100101100101011011001110101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd7cc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd7cc6; }

 p { color: rgb(221,124,198); }

 H1.HeaderClassName
 {
   color: #dd7cc6;
 }
 .AnyTagClassName
 {
   color: #dd7cc6;
 }
</style>
background-color css

<style>
 a { background-color: #dd7cc6; }

 a { background-color: rgb(221,124,198); }

 div.DivClassName
 {
   background-color: #dd7cc6;
 }
 .BgClassName
 {
   background-color: #dd7cc6;
 }
</style>
border-color css

<style>
 span { border-color: #dd7cc6; }

 span { border-color: rgb(221,124,198); }

 td.TdClassName
 {
   border-color: #dd7cc6;
 }
 .TagClassName
 {
   border-color: #dd7cc6;
 }
</style>