#D86CE2

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

Shades of Orchid #D86CE2

Tints of Orchid #D86CE2

Color information

#D86CE2 (or 0xD86CE2) is unknown color: approx Orchid. HEX triplet: D8, 6C and E2. RGB value is (216,108,226). Sum of RGB (Red+Green+Blue) = 216+108+226=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 108 (42.58% from 255 or 19.64% from 550); Blue value is 226 (88.67% from 255 or 41.09% from 550); Max value from RGB is 226 - color contains mainly: blue. Hex color #D86CE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86CE2 is #27931D. Grayscale: #999999. Windows color (decimal): -2593566 or 14839000. OLE color: 14839000.

HSL color Cylindrical-coordinate representation of color #D86CE2: hue angle of 294.92º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D86CE2 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB216108226-
CMYK0.040.5200.11
HSL294.92º67.05%65.49%-
HSV(B)294.92º52.21%88.63%-
XYZ47.4130.8275.4-
YUV153.74168.78172.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.27%
GREEN value IS 108 (42.58% from 255) = 19.64%
BLUE value IS 226 (88.67% from 255) = 41.09%
R=39.27%
G=19.64%
B=41.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2161082260.040.5200.11294.9267.0565.49
HexD86CE24340B1274341
Octal330154342464013447103101
Binary110110001101100111000101001101000101110010011110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86CE2; }

 p { color: rgb(216,108,226); }

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

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

 a { background-color: rgb(216,108,226); }

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

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

 span { border-color: rgb(216,108,226); }

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