#D86FD0

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

Shades of Orchid #D86FD0

Tints of Orchid #D86FD0

Color information

#D86FD0 (or 0xD86FD0) is unknown color: approx Orchid. HEX triplet: D8, 6F and D0. RGB value is (216,111,208). Sum of RGB (Red+Green+Blue) = 216+111+208=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D86FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FD0 is #27902F. Grayscale: #999999. Windows color (decimal): -2592816 or 13660120. OLE color: 13660120.

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

Color convert

RGB216111208-
CMYK00.490.040.15
HSL304.57º57.38%64.12%-
HSV(B)304.57º48.61%84.71%-
XYZ45.3930.5263.17-
YUV153.45158.79172.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.37%
GREEN value IS 111 (43.75% from 255) = 20.75%
BLUE value IS 208 (81.64% from 255) = 38.88%
R=40.37%
G=20.75%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611120800.490.040.15304.5757.3864.12
HexD86FD00314F1313940
Octal33015732006141746171100
Binary11011000110111111010000011000110011111001100011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86FD0; }

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

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

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

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

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

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

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

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