#D86DCB

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

Shades of Orchid #D86DCB

Tints of Orchid #D86DCB

Color information

#D86DCB (or 0xD86DCB) is unknown color: approx Orchid. HEX triplet: D8, 6D and CB. RGB value is (216,109,203). Sum of RGB (Red+Green+Blue) = 216+109+203=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 109 (42.97% from 255 or 20.64% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D86DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86DCB is #279234. Grayscale: #979797. Windows color (decimal): -2593333 or 13331928. OLE color: 13331928.

HSL color Cylindrical-coordinate representation of color #D86DCB: hue angle of 307.29º 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 #D86DCB is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB216109203-
CMYK00.500.060.15
HSL307.29º57.84%63.73%-
HSV(B)307.29º49.54%84.71%-
XYZ44.5729.8559.91-
YUV151.71156.95173.86-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.91%
GREEN value IS 109 (42.97% from 255) = 20.64%
BLUE value IS 203 (79.69% from 255) = 38.45%
R=40.91%
G=20.64%
B=38.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610920300.500.060.15307.2957.8463.73
HexD86DCB0326F1333a40
Octal33015531306261746372100
Binary11011000110110111001011011001011011111001100111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86DCB; }

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

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

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

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

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

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

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

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