#D957FC

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

Shades of Heliotrope #D957FC

Tints of Heliotrope #D957FC

Color information

#D957FC (or 0xD957FC) is unknown color: approx Heliotrope. HEX triplet: D9, 57 and FC. RGB value is (217,87,252). Sum of RGB (Red+Green+Blue) = 217+87+252=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 87 (34.38% from 255 or 15.65% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #D957FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D957FC is #26A803. Grayscale: #909090. Windows color (decimal): -2533380 or 16537561. OLE color: 16537561.

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

Color convert

RGB21787252-
CMYK0.140.6500.01
HSL287.27º96.49%66.47%-
HSV(B)287.27º65.48%98.82%-
XYZ49.5928.695-
YUV144.68188.57179.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.03%
GREEN value IS 87 (34.38% from 255) = 15.65%
BLUE value IS 252 (98.83% from 255) = 45.32%
R=39.03%
G=15.65%
B=45.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal217872520.140.6500.01287.2796.4966.47
HexD957FCE410111f6042
Octal3311273741610101437140102
Binary11011001101011111111100111010000010110001111111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D957FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D957FC; }

 p { color: rgb(217,87,252); }

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

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

 a { background-color: rgb(217,87,252); }

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

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

 span { border-color: rgb(217,87,252); }

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