#C964FD

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

Shades of Heliotrope #C964FD

Tints of Heliotrope #C964FD

Color information

#C964FD (or 0xC964FD) is unknown color: approx Heliotrope. HEX triplet: C9, 64 and FD. RGB value is (201,100,253). Sum of RGB (Red+Green+Blue) = 201+100+253=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 100 (39.45% from 255 or 18.05% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #C964FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C964FD is #369B02. Grayscale: #939393. Windows color (decimal): -3578627 or 16606409. OLE color: 16606409.

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

Color convert

RGB201100253-
CMYK0.210.6000.01
HSL279.61º97.45%69.22%-
HSV(B)279.61º60.47%99.22%-
XYZ46.3728.6296.01-
YUV147.64187.46166.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.28%
GREEN value IS 100 (39.45% from 255) = 18.05%
BLUE value IS 253 (99.22% from 255) = 45.67%
R=36.28%
G=18.05%
B=45.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011002530.210.6000.01279.6197.4569.22
HexC964FD153C011186145
Octal311144375257401430141105
Binary11001001110010011111101101011111000110001100011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C964FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C964FD; }

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

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

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

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

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

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

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

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