#DE86D6

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

Shades of Orchid #DE86D6

Tints of Orchid #DE86D6

Color information

#DE86D6 (or 0xDE86D6) is unknown color: approx Orchid. HEX triplet: DE, 86 and D6. RGB value is (222,134,214). Sum of RGB (Red+Green+Blue) = 222+134+214=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 134 (52.73% from 255 or 23.51% from 570); Blue value is 214 (83.98% from 255 or 37.54% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DE86D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE86D6 is #217929. Grayscale: #A9A9A9. Windows color (decimal): -2193706 or 14059230. OLE color: 14059230.

HSL color Cylindrical-coordinate representation of color #DE86D6: hue angle of 305.45º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DE86D6 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB222134214-
CMYK00.400.040.13
HSL305.45º57.14%69.8%-
HSV(B)305.45º39.64%87.06%-
XYZ50.7937.4368.17-
YUV169.43153.15165.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.95%
GREEN value IS 134 (52.73% from 255) = 23.51%
BLUE value IS 214 (83.98% from 255) = 37.54%
R=38.95%
G=23.51%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213421400.400.040.13305.4557.1469.8
HexDE86D60284D1313946
Octal33620632605041546171106
Binary110111101000011011010110010100010011011001100011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE86D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE86D6; }

 p { color: rgb(222,134,214); }

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

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

 a { background-color: rgb(222,134,214); }

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

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

 span { border-color: rgb(222,134,214); }

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