#D86BE7

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

Shades of Orchid #D86BE7

Tints of Orchid #D86BE7

Color information

#D86BE7 (or 0xD86BE7) is unknown color: approx Orchid. HEX triplet: D8, 6B and E7. RGB value is (216,107,231). Sum of RGB (Red+Green+Blue) = 216+107+231=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 107 (42.19% from 255 or 19.31% from 554); Blue value is 231 (90.62% from 255 or 41.70% from 554); Max value from RGB is 231 - color contains mainly: blue. Hex color #D86BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86BE7 is #279418. Grayscale: #999999. Windows color (decimal): -2593817 or 15166424. OLE color: 15166424.

HSL color Cylindrical-coordinate representation of color #D86BE7: hue angle of 292.74º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D86BE7 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB216107231-
CMYK0.060.5400.09
HSL292.74º72.09%66.27%-
HSV(B)292.74º53.68%90.59%-
XYZ4830.8879.03-
YUV153.73171.61172.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.99%
GREEN value IS 107 (42.19% from 255) = 19.31%
BLUE value IS 231 (90.62% from 255) = 41.70%
R=38.99%
G=19.31%
B=41.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2161072310.060.5400.09292.7472.0966.27
HexD86BE7636091254842
Octal330153347666011445110102
Binary110110001101011111001111101101100100110010010110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86BE7; }

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

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

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

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

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

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

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

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