#C961EF

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

Shades of Heliotrope #C961EF

Tints of Heliotrope #C961EF

Color information

#C961EF (or 0xC961EF) is unknown color: approx Heliotrope. HEX triplet: C9, 61 and EF. RGB value is (201,97,239). Sum of RGB (Red+Green+Blue) = 201+97+239=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 97 (38.28% from 255 or 18.06% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #C961EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C961EF is #369E10. Grayscale: #8F8F8F. Windows color (decimal): -3579409 or 15688137. OLE color: 15688137.

HSL color Cylindrical-coordinate representation of color #C961EF: hue angle of 283.94º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C961EF is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20197239-
CMYK0.160.5900.06
HSL283.94º81.61%65.88%-
HSV(B)283.94º59.41%93.73%-
XYZ43.9427.284.6-
YUV144.28181.46168.45-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.43%
GREEN value IS 97 (38.28% from 255) = 18.06%
BLUE value IS 239 (93.75% from 255) = 44.51%
R=37.43%
G=18.06%
B=44.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal201972390.160.5900.06283.9481.6165.88
HexC961EF103B0611c5242
Octal311141357207306434122102
Binary1100100111000011110111110000111011011010001110010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C961EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C961EF; }

 p { color: rgb(201,97,239); }

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

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

 a { background-color: rgb(201,97,239); }

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

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

 span { border-color: rgb(201,97,239); }

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