#D86FD7

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

Shades of Orchid #D86FD7

Tints of Orchid #D86FD7

Color information

#D86FD7 (or 0xD86FD7) is unknown color: approx Orchid. HEX triplet: D8, 6F and D7. RGB value is (216,111,215). Sum of RGB (Red+Green+Blue) = 216+111+215=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 111 (43.75% from 255 or 20.48% from 542); Blue value is 215 (84.38% from 255 or 39.67% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D86FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FD7 is #279028. Grayscale: #999999. Windows color (decimal): -2592809 or 14118872. OLE color: 14118872.

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

Color convert

RGB216111215-
CMYK00.490.000.15
HSL300.57º57.38%64.12%-
HSV(B)300.57º48.61%84.71%-
XYZ46.2730.8767.81-
YUV154.25162.29172.04-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.85%
GREEN value IS 111 (43.75% from 255) = 20.48%
BLUE value IS 215 (84.38% from 255) = 39.67%
R=39.85%
G=20.48%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611121500.490.000.15300.5757.3864.12
HexD86FD70310F12d3940
Octal33015732706101745571100
Binary110110001101111110101110110001011111001011011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86FD7; }

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

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

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

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

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

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

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

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