#D865E9

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

Shades of Orchid #D865E9

Tints of Orchid #D865E9

Color information

#D865E9 (or 0xD865E9) is unknown color: approx Orchid. HEX triplet: D8, 65 and E9. RGB value is (216,101,233). Sum of RGB (Red+Green+Blue) = 216+101+233=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 101 (39.84% from 255 or 18.36% from 550); Blue value is 233 (91.41% from 255 or 42.36% from 550); Max value from RGB is 233 - color contains mainly: blue. Hex color #D865E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D865E9 is #279A16. Grayscale: #969696. Windows color (decimal): -2595351 or 15295960. OLE color: 15295960.

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

Color convert

RGB216101233-
CMYK0.070.5700.09
HSL292.27º75%65.49%-
HSV(B)292.27º56.65%91.37%-
XYZ47.6829.7980.33-
YUV150.43174.6174.77-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.27%
GREEN value IS 101 (39.84% from 255) = 18.36%
BLUE value IS 233 (91.41% from 255) = 42.36%
R=39.27%
G=18.36%
B=42.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2161012330.070.5700.09292.277565.49
HexD865E9739091244b41
Octal330145351771011444113101
Binary110110001100101111010011111110010100110010010010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D865E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D865E9; }

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

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

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

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

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

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

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

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