#D86BC6

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

Shades of Orchid #D86BC6

Tints of Orchid #D86BC6

Color information

#D86BC6 (or 0xD86BC6) is unknown color: approx Orchid. HEX triplet: D8, 6B and C6. RGB value is (216,107,198). Sum of RGB (Red+Green+Blue) = 216+107+198=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D86BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86BC6 is #279439. Grayscale: #959595. Windows color (decimal): -2593850 or 13003736. OLE color: 13003736.

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

Color convert

RGB216107198-
CMYK00.500.080.15
HSL309.91º58.29%63.33%-
HSV(B)309.91º50.46%84.71%-
XYZ43.7729.1956.75-
YUV149.96155.11175.1-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.46%
GREEN value IS 107 (42.19% from 255) = 20.54%
BLUE value IS 198 (77.73% from 255) = 38.00%
R=41.46%
G=20.54%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610719800.500.080.15309.9158.2963.33
HexD86BC60328F1363a3f
Octal33015330606210174667277
Binary11011000110101111000110011001010001111100110110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86BC6; }

 p { color: rgb(216,107,198); }

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

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

 a { background-color: rgb(216,107,198); }

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

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

 span { border-color: rgb(216,107,198); }

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