#D256FC

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

Shades of Heliotrope #D256FC

Tints of Heliotrope #D256FC

Color information

#D256FC (or 0xD256FC) is unknown color: approx Heliotrope. HEX triplet: D2, 56 and FC. RGB value is (210,86,252). Sum of RGB (Red+Green+Blue) = 210+86+252=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 86 (33.98% from 255 or 15.69% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #D256FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D256FC is #2DA903. Grayscale: #8D8D8D. Windows color (decimal): -2992388 or 16537298. OLE color: 16537298.

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

Color convert

RGB21086252-
CMYK0.170.6600.01
HSL284.82º96.51%66.27%-
HSV(B)284.82º65.87%98.82%-
XYZ47.4827.3994.88-
YUV142190.08176.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.32%
GREEN value IS 86 (33.98% from 255) = 15.69%
BLUE value IS 252 (98.83% from 255) = 45.99%
R=38.32%
G=15.69%
B=45.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal210862520.170.6600.01284.8296.5166.27
HexD256FC11420111d6142
Octal3221263742110201435141102
Binary110100101010110111111001000110000100110001110111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D256FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D256FC; }

 p { color: rgb(210,86,252); }

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

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

 a { background-color: rgb(210,86,252); }

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

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

 span { border-color: rgb(210,86,252); }

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