#d86fe9

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

Shades of Orchid #D86FE9

Tints of Orchid #D86FE9

Color information

#D86FE9 (or 0xD86FE9) is unknown color: approx Orchid. HEX triplet: D8, 6F and E9. RGB value is (216,111,233). Sum of RGB (Red+Green+Blue) = 216+111+233=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 111 (43.75% from 255 or 19.82% from 560); Blue value is 233 (91.41% from 255 or 41.61% from 560); Max value from RGB is 233 - color contains mainly: blue. Hex color #D86FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86FE9 is #279016. Grayscale: #9B9B9B. Windows color (decimal): -2592791 or 15298520. OLE color: 15298520.

HSL color Cylindrical-coordinate representation of color #D86FE9: hue angle of 291.64º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D86FE9 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB216111233-
CMYK0.070.5200.09
HSL291.64º73.49%67.45%-
HSV(B)291.64º52.36%91.37%-
XYZ48.7131.8580.67-
YUV156.3171.29170.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.57%
GREEN value IS 111 (43.75% from 255) = 19.82%
BLUE value IS 233 (91.41% from 255) = 41.61%
R=38.57%
G=19.82%
B=41.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2161112330.070.5200.09291.6473.4967.45
HexD86FE9734091244943
Octal330157351764011444111103
Binary110110001101111111010011111101000100110010010010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d86fe9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d86fe9; }

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

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

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

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

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

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

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

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