#D86DC9

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

Shades of Orchid #D86DC9

Tints of Orchid #D86DC9

Color information

#D86DC9 (or 0xD86DC9) is unknown color: approx Orchid. HEX triplet: D8, 6D and C9. RGB value is (216,109,201). Sum of RGB (Red+Green+Blue) = 216+109+201=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 109 (42.97% from 255 or 20.72% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D86DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86DC9 is #279236. Grayscale: #979797. Windows color (decimal): -2593335 or 13200856. OLE color: 13200856.

HSL color Cylindrical-coordinate representation of color #D86DC9: hue angle of 308.41º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86DC9 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB216109201-
CMYK00.500.070.15
HSL308.41º57.84%63.73%-
HSV(B)308.41º49.54%84.71%-
XYZ44.3329.7558.66-
YUV151.48155.95174.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.06%
GREEN value IS 109 (42.97% from 255) = 20.72%
BLUE value IS 201 (78.91% from 255) = 38.21%
R=41.06%
G=20.72%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610920100.500.070.15308.4157.8463.73
HexD86DC90327F1343a40
Octal33015531106271746472100
Binary11011000110110111001001011001011111111001101001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86DC9; }

 p { color: rgb(216,109,201); }

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

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

 a { background-color: rgb(216,109,201); }

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

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

 span { border-color: rgb(216,109,201); }

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