Shades of Heliotrope #C964FF
Tints of Heliotrope #C964FF
RGB
CMYK
RGB Variations
Color information
#C964FF (or 0xC964FF) is known color: Heliotrope. HEX triplet: C9, 64 and FF. RGB value is (201,100,255). Sum of RGB (Red+Green+Blue) = 201+100+255=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 100 (39.45% from 255 or 17.99% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #C964FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C964FF is #369B00. Grayscale: #939393. Windows color (decimal): -3578625 or 16737481. OLE color: 16737481.
HSL color Cylindrical-coordinate representation of color #C964FF: hue angle of 279.1º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C964FF is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 100 | 255 | - |
| CMYK | 0.21 | 0.61 | 0 | 0 |
| HSL | 279.1º | 1% | 0.7% | - |
| HSV(B) | 279.1º | 0.61% | 1% | - |
| XYZ | 46.69 | 28.75 | 97.7 | - |
| YUV | 147.87 | 188.46 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 255 | 0.21 | 0.61 | 0 | 0 | 279.1 | 1 | 0.7 |
| Hex | C9 | 64 | FF | 15 | 3D | 0 | 0 | 117 | 64 | 46 |
| Octal | 311 | 144 | 377 | 25 | 75 | 0 | 0 | 427 | 144 | 106 |
| Binary | 11001001 | 1100100 | 11111111 | 10101 | 111101 | 0 | 0 | 100010111 | 1100100 | 1000110 |
Color Harmonies of #C964FF
Complementary color
Monochromatic Colors of #C964FF
Black with #C964FF
Text Example
Text Example
White with #C964FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C964FF; }
p { color: rgb(201,100,255); }
H1.HeaderClassName
{
color: #C964FF;
}
.AnyTagClassName
{
color: #C964FF;
}
</style>
background-color css
<style>
a { background-color: #C964FF; }
a { background-color: rgb(201,100,255); }
div.DivClassName
{
background-color: #C964FF;
}
.BgClassName
{
background-color: #C964FF;
}
</style>
border-color css
<style>
span { border-color: #C964FF; }
span { border-color: rgb(201,100,255); }
td.TdClassName
{
border-color: #C964FF;
}
.TagClassName
{
border-color: #C964FF;
}
</style>