Shades of Heliotrope #C960FC
Tints of Heliotrope #C960FC
RGB
CMYK
RGB Variations
Color information
#C960FC (or 0xC960FC) is known color: Heliotrope. HEX triplet: C9, 60 and FC. RGB value is (201,96,252). Sum of RGB (Red+Green+Blue) = 201+96+252=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 96 (37.89% from 255 or 17.49% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #C960FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C960FC is #369F03. Grayscale: #909090. Windows color (decimal): -3579652 or 16539849. OLE color: 16539849.
HSL color Cylindrical-coordinate representation of color #C960FC: hue angle of 280.38º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C960FC is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 96 | 252 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.01 |
| HSL | 280.38º | 0.96% | 0.68% | - |
| HSV(B) | 280.38º | 0.62% | 0.99% | - |
| XYZ | 45.84 | 27.81 | 95.05 | - |
| YUV | 145.18 | 188.29 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 96 | 252 | 0.20 | 0.62 | 0 | 0.01 | 280.38 | 0.96 | 0.68 |
| Hex | C9 | 60 | FC | 14 | 3E | 0 | 1 | 118 | 60 | 44 |
| Octal | 311 | 140 | 374 | 24 | 76 | 0 | 1 | 430 | 140 | 104 |
| Binary | 11001001 | 1100000 | 11111100 | 10100 | 111110 | 0 | 1 | 100011000 | 1100000 | 1000100 |
Color Harmonies of #C960FC
Complementary color
Monochromatic Colors of #C960FC
Black with #C960FC
Text Example
Text Example
White with #C960FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C960FC; }
p { color: rgb(201,96,252); }
H1.HeaderClassName
{
color: #C960FC;
}
.AnyTagClassName
{
color: #C960FC;
}
</style>
background-color css
<style>
a { background-color: #C960FC; }
a { background-color: rgb(201,96,252); }
div.DivClassName
{
background-color: #C960FC;
}
.BgClassName
{
background-color: #C960FC;
}
</style>
border-color css
<style>
span { border-color: #C960FC; }
span { border-color: rgb(201,96,252); }
td.TdClassName
{
border-color: #C960FC;
}
.TagClassName
{
border-color: #C960FC;
}
</style>