#de86d9

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

Shades of Orchid #DE86D9

Tints of Orchid #DE86D9

Color information

#DE86D9 (or 0xDE86D9) is unknown color: approx Orchid. HEX triplet: DE, 86 and D9. RGB value is (222,134,217). Sum of RGB (Red+Green+Blue) = 222+134+217=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 134 (52.73% from 255 or 23.39% from 573); Blue value is 217 (85.16% from 255 or 37.87% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DE86D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE86D9 is #217926. Grayscale: #A9A9A9. Windows color (decimal): -2193703 or 14255838. OLE color: 14255838.

HSL color Cylindrical-coordinate representation of color #DE86D9: hue angle of 303.41º 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 #DE86D9 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB222134217-
CMYK00.400.020.13
HSL303.41º57.14%69.8%-
HSV(B)303.41º39.64%87.06%-
XYZ51.1737.5970.2-
YUV169.77154.65165.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.74%
GREEN value IS 134 (52.73% from 255) = 23.39%
BLUE value IS 217 (85.16% from 255) = 37.87%
R=38.74%
G=23.39%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213421700.400.020.13303.4157.1469.8
HexDE86D90282D12f3946
Octal33620633105021545771106
Binary11011110100001101101100101010001011011001011111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de86d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de86d9; }

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

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

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

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

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

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

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

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