Shades of Heliotrope #C960F0
Tints of Heliotrope #C960F0
RGB
CMYK
RGB Variations
Color information
#C960F0 (or 0xC960F0) is known color: 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
| RGB | 201 | 96 | 240 | - |
| CMYK | 0.16 | 0.6 | 0 | 0.06 |
| HSL | 283.75º | 0.83% | 0.66% | - |
| HSV(B) | 283.75º | 0.6% | 0.94% | - |
| XYZ | 44 | 27.07 | 85.35 | - |
| YUV | 143.81 | 182.29 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 96 | 240 | 0.16 | 0.6 | 0 | 0.06 | 283.75 | 0.83 | 0.66 |
| Hex | C9 | 60 | F0 | 10 | 3C | 0 | 6 | 11C | 53 | 42 |
| Octal | 311 | 140 | 360 | 20 | 74 | 0 | 6 | 434 | 123 | 102 |
| Binary | 11001001 | 1100000 | 11110000 | 10000 | 111100 | 0 | 110 | 100011100 | 1010011 | 1000010 |
Color Harmonies of #C960F0
Complementary color
Monochromatic Colors of #C960F0
Black with #C960F0
Text Example
Text Example
White with #C960F0
Text Example
Text Example
HTML Codes & Css Web 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>