#C960F0

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

Shades of Heliotrope #C960F0

Tints of Heliotrope #C960F0

Color information

#C960F0 (or 0xC960F0) is unknown color: approx Heliotrope. HEX triplet: C9, 60 and F0. RGB value is (201,96,240). Sum of RGB (Red+Green+Blue) = 201+96+240=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 96 (37.89% from 255 or 17.88% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #C960F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C960F0 is #369F0F. Grayscale: #8F8F8F. Windows color (decimal): -3579664 or 15753417. OLE color: 15753417.

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

Color convert

RGB20196240-
CMYK0.160.600.06
HSL283.75º82.76%65.88%-
HSV(B)283.75º60%94.12%-
XYZ4427.0785.35-
YUV143.81182.29168.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.43%
GREEN value IS 96 (37.89% from 255) = 17.88%
BLUE value IS 240 (94.14% from 255) = 44.69%
R=37.43%
G=17.88%
B=44.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal201962400.160.600.06283.7582.7665.88
HexC960F0103C0611c5342
Octal311140360207406434123102
Binary1100100111000001111000010000111100011010001110010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C960F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C960F0; }

 p { color: rgb(201,96,240); }

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

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

 a { background-color: rgb(201,96,240); }

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

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

 span { border-color: rgb(201,96,240); }

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