#C964ED

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

Shades of Heliotrope #C964ED

Tints of Heliotrope #C964ED

Color information

#C964ED (or 0xC964ED) is unknown color: approx Heliotrope. HEX triplet: C9, 64 and ED. RGB value is (201,100,237). Sum of RGB (Red+Green+Blue) = 201+100+237=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 100 (39.45% from 255 or 18.59% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #C964ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C964ED is #369B12. Grayscale: #919191. Windows color (decimal): -3578643 or 15557833. OLE color: 15557833.

HSL color Cylindrical-coordinate representation of color #C964ED: hue angle of 284.23º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C964ED is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201100237-
CMYK0.150.5800.07
HSL284.23º79.19%66.08%-
HSV(B)284.23º57.81%92.94%-
XYZ43.9327.6583.14-
YUV145.82179.46167.36-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.36%
GREEN value IS 100 (39.45% from 255) = 18.59%
BLUE value IS 237 (92.97% from 255) = 44.05%
R=37.36%
G=18.59%
B=44.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011002370.150.5800.07284.2379.1966.08
HexC964EDF3A0711c4f42
Octal311144355177207434117102
Binary110010011100100111011011111111010011110001110010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C964ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C964ED; }

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

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

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

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

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

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

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

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