#D868EA

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

Shades of Heliotrope #D868EA

Tints of Heliotrope #D868EA

Color information

#D868EA (or 0xD868EA) is unknown color: approx Heliotrope. HEX triplet: D8, 68 and EA. RGB value is (216,104,234). Sum of RGB (Red+Green+Blue) = 216+104+234=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 104 (41.02% from 255 or 18.77% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #D868EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D868EA is #279715. Grayscale: #979797. Windows color (decimal): -2594582 or 15362264. OLE color: 15362264.

HSL color Cylindrical-coordinate representation of color #D868EA: hue angle of 291.69º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D868EA is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB216104234-
CMYK0.080.5600.08
HSL291.69º75.58%66.27%-
HSV(B)291.69º55.56%91.76%-
XYZ48.1230.4481.18-
YUV152.31174.11173.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.99%
GREEN value IS 104 (41.02% from 255) = 18.77%
BLUE value IS 234 (91.80% from 255) = 42.24%
R=38.99%
G=18.77%
B=42.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2161042340.080.5600.08291.6975.5866.27
HexD868EA838081244c42
Octal3301503521070010444114102
Binary1101100011010001110101010001110000100010010010010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D868EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D868EA; }

 p { color: rgb(216,104,234); }

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

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

 a { background-color: rgb(216,104,234); }

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

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

 span { border-color: rgb(216,104,234); }

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