#D864FD

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

Shades of Heliotrope #D864FD

Tints of Heliotrope #D864FD

Color information

#D864FD (or 0xD864FD) is unknown color: approx Heliotrope. HEX triplet: D8, 64 and FD. RGB value is (216,100,253). Sum of RGB (Red+Green+Blue) = 216+100+253=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 100 (39.45% from 255 or 17.57% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #D864FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D864FD is #279B02. Grayscale: #979797. Windows color (decimal): -2595587 or 16606424. OLE color: 16606424.

HSL color Cylindrical-coordinate representation of color #D864FD: hue angle of 285.49º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D864FD is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB216100253-
CMYK0.150.6000.01
HSL285.49º97.45%69.22%-
HSV(B)285.49º60.47%99.22%-
XYZ50.6130.8196.21-
YUV152.13184.93173.56-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.96%
GREEN value IS 100 (39.45% from 255) = 17.57%
BLUE value IS 253 (99.22% from 255) = 44.46%
R=37.96%
G=17.57%
B=44.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2161002530.150.6000.01285.4997.4569.22
HexD864FDF3C0111d6145
Octal330144375177401435141105
Binary1101100011001001111110111111111000110001110111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D864FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D864FD; }

 p { color: rgb(216,100,253); }

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

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

 a { background-color: rgb(216,100,253); }

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

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

 span { border-color: rgb(216,100,253); }

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