#D86FCD

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

Shades of Orchid #D86FCD

Tints of Orchid #D86FCD

Color information

#D86FCD (or 0xD86FCD) is unknown color: approx Orchid. HEX triplet: D8, 6F and CD. RGB value is (216,111,205). Sum of RGB (Red+Green+Blue) = 216+111+205=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D86FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FCD is #279032. Grayscale: #989898. Windows color (decimal): -2592819 or 13463512. OLE color: 13463512.

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

Color convert

RGB216111205-
CMYK00.490.050.15
HSL306.29º57.38%64.12%-
HSV(B)306.29º48.61%84.71%-
XYZ45.0230.3861.25-
YUV153.11157.29172.86-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.60%
GREEN value IS 111 (43.75% from 255) = 20.86%
BLUE value IS 205 (80.47% from 255) = 38.53%
R=40.60%
G=20.86%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611120500.490.050.15306.2957.3864.12
HexD86FCD0315F1323940
Octal33015731506151746271100
Binary11011000110111111001101011000110111111001100101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86FCD; }

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

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

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

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

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

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

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

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