#D864FC

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

Shades of Heliotrope #D864FC

Tints of Heliotrope #D864FC

Color information

#D864FC (or 0xD864FC) is unknown color: approx Heliotrope. HEX triplet: D8, 64 and FC. RGB value is (216,100,252). Sum of RGB (Red+Green+Blue) = 216+100+252=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 100 (39.45% from 255 or 17.61% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #D864FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D864FC is #279B03. Grayscale: #979797. Windows color (decimal): -2595588 or 16540888. OLE color: 16540888.

HSL color Cylindrical-coordinate representation of color #D864FC: hue angle of 285.79º degrees, saturation: 0.96, 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 #D864FC is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB216100252-
CMYK0.140.6000.01
HSL285.79º96.2%69.02%-
HSV(B)285.79º60.32%98.82%-
XYZ50.4530.7495.37-
YUV152.01184.43173.64-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.03%
GREEN value IS 100 (39.45% from 255) = 17.61%
BLUE value IS 252 (98.83% from 255) = 44.37%
R=38.03%
G=17.61%
B=44.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2161002520.140.6000.01285.7996.269.02
HexD864FCE3C0111e6045
Octal330144374167401436140105
Binary1101100011001001111110011101111000110001111011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D864FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D864FC; }

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

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

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

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

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

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

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

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