#DE7CC6

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

Shades of Orchid #DE7CC6

Tints of Orchid #DE7CC6

Color information

#DE7CC6 (or 0xDE7CC6) is unknown color: approx Orchid. HEX triplet: DE, 7C and C6. RGB value is (222,124,198). Sum of RGB (Red+Green+Blue) = 222+124+198=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 124 (48.83% from 255 or 22.79% from 544); Blue value is 198 (77.73% from 255 or 36.40% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7CC6 is #218339. Grayscale: #A1A1A1. Windows color (decimal): -2196282 or 13008094. OLE color: 13008094.

HSL color Cylindrical-coordinate representation of color #DE7CC6: hue angle of 314.69º degrees, saturation: 0.6, 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 #DE7CC6 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB222124198-
CMYK00.440.110.13
HSL314.69º59.76%67.84%-
HSV(B)314.69º44.14%87.06%-
XYZ47.5234.0257.49-
YUV161.74148.47170.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.81%
GREEN value IS 124 (48.83% from 255) = 22.79%
BLUE value IS 198 (77.73% from 255) = 36.40%
R=40.81%
G=22.79%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212419800.440.110.13314.6959.7667.84
HexDE7CC602CBD13b3c44
Octal336174306054131547374104
Binary110111101111100110001100101100101111011001110111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7CC6; }

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

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

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

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

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

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

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

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