Shades of Heliotrope #C960F3
Tints of Heliotrope #C960F3
RGB
CMYK
RGB Variations
Color information
#C960F3 (or 0xC960F3) is known color: Heliotrope. HEX triplet: C9, 60 and F3. RGB value is (201,96,243). Sum of RGB (Red+Green+Blue) = 201+96+243=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 96 (37.89% from 255 or 17.78% from 540); Blue value is 243 (95.31% from 255 or 45% from 540); Max value from RGB is 243 - color contains mainly: blue. Hex color #C960F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C960F3 is #369F0C. Grayscale: #8F8F8F. Windows color (decimal): -3579661 or 15950025. OLE color: 15950025.
HSL color Cylindrical-coordinate representation of color #C960F3: hue angle of 282.86º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C960F3 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 96 | 243 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.05 |
| HSL | 282.86º | 0.86% | 0.66% | - |
| HSV(B) | 282.86º | 0.6% | 0.95% | - |
| XYZ | 44.45 | 27.25 | 87.71 | - |
| YUV | 144.15 | 183.79 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 96 | 243 | 0.17 | 0.60 | 0 | 0.05 | 282.86 | 0.86 | 0.66 |
| Hex | C9 | 60 | F3 | 11 | 3C | 0 | 5 | 11B | 56 | 42 |
| Octal | 311 | 140 | 363 | 21 | 74 | 0 | 5 | 433 | 126 | 102 |
| Binary | 11001001 | 1100000 | 11110011 | 10001 | 111100 | 0 | 101 | 100011011 | 1010110 | 1000010 |
Color Harmonies of #C960F3
Complementary color
Monochromatic Colors of #C960F3
Black with #C960F3
Text Example
Text Example
White with #C960F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C960F3; }
p { color: rgb(201,96,243); }
H1.HeaderClassName
{
color: #C960F3;
}
.AnyTagClassName
{
color: #C960F3;
}
</style>
background-color css
<style>
a { background-color: #C960F3; }
a { background-color: rgb(201,96,243); }
div.DivClassName
{
background-color: #C960F3;
}
.BgClassName
{
background-color: #C960F3;
}
</style>
border-color css
<style>
span { border-color: #C960F3; }
span { border-color: rgb(201,96,243); }
td.TdClassName
{
border-color: #C960F3;
}
.TagClassName
{
border-color: #C960F3;
}
</style>