#D86FC0

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

Shades of Orchid #D86FC0

Tints of Orchid #D86FC0

Color information

#D86FC0 (or 0xD86FC0) is unknown color: approx Orchid. HEX triplet: D8, 6F and C0. RGB value is (216,111,192). Sum of RGB (Red+Green+Blue) = 216+111+192=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D86FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FC0 is #27903F. Grayscale: #979797. Windows color (decimal): -2592832 or 12611544. OLE color: 12611544.

HSL color Cylindrical-coordinate representation of color #D86FC0: hue angle of 313.71º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D86FC0 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB216111192-
CMYK00.490.110.15
HSL313.71º57.38%64.12%-
HSV(B)313.71º48.61%84.71%-
XYZ43.5229.7753.32-
YUV151.63150.79173.91-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.62%
GREEN value IS 111 (43.75% from 255) = 21.39%
BLUE value IS 192 (75.39% from 255) = 36.99%
R=41.62%
G=21.39%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611119200.490.110.15313.7157.3864.12
HexD86FC0031BF13a3940
Octal330157300061131747271100
Binary110110001101111110000000110001101111111001110101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86FC0; }

 p { color: rgb(216,111,192); }

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

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

 a { background-color: rgb(216,111,192); }

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

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

 span { border-color: rgb(216,111,192); }

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