#DE72C9

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

Shades of Orchid #DE72C9

Tints of Orchid #DE72C9

Color information

#DE72C9 (or 0xDE72C9) is unknown color: approx Orchid. HEX triplet: DE, 72 and C9. RGB value is (222,114,201). Sum of RGB (Red+Green+Blue) = 222+114+201=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 114 (44.92% from 255 or 21.23% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DE72C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE72C9 is #218D36. Grayscale: #9B9B9B. Windows color (decimal): -2198839 or 13202142. OLE color: 13202142.

HSL color Cylindrical-coordinate representation of color #DE72C9: hue angle of 311.67º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DE72C9 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB222114201-
CMYK00.490.090.13
HSL311.67º62.07%65.88%-
HSV(B)311.67º48.65%87.06%-
XYZ46.6831.7858.93-
YUV156.21153.28174.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.34%
GREEN value IS 114 (44.92% from 255) = 21.23%
BLUE value IS 201 (78.91% from 255) = 37.43%
R=41.34%
G=21.23%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211420100.490.090.13311.6762.0765.88
HexDE72C90319D1383e42
Octal336162311061111547076102
Binary110111101110010110010010110001100111011001110001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE72C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE72C9; }

 p { color: rgb(222,114,201); }

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

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

 a { background-color: rgb(222,114,201); }

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

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

 span { border-color: rgb(222,114,201); }

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