Shades of Heliotrope #C962FF
Tints of Heliotrope #C962FF
RGB
CMYK
RGB Variations
Color information
#C962FF (or 0xC962FF) is known color: Heliotrope. HEX triplet: C9, 62 and FF. RGB value is (201,98,255). Sum of RGB (Red+Green+Blue) = 201+98+255=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 98 (38.67% from 255 or 17.69% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #C962FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C962FF is #369D00. Grayscale: #929292. Windows color (decimal): -3579137 or 16736969. OLE color: 16736969.
HSL color Cylindrical-coordinate representation of color #C962FF: hue angle of 279.36º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C962FF is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 98 | 255 | - |
| CMYK | 0.21 | 0.62 | 0 | 0 |
| HSL | 279.36º | 1% | 0.69% | - |
| HSV(B) | 279.36º | 0.62% | 1% | - |
| XYZ | 46.51 | 28.37 | 97.63 | - |
| YUV | 146.7 | 189.12 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 255 | 0.21 | 0.62 | 0 | 0 | 279.36 | 1 | 0.69 |
| Hex | C9 | 62 | FF | 15 | 3E | 0 | 0 | 117 | 64 | 45 |
| Octal | 311 | 142 | 377 | 25 | 76 | 0 | 0 | 427 | 144 | 105 |
| Binary | 11001001 | 1100010 | 11111111 | 10101 | 111110 | 0 | 0 | 100010111 | 1100100 | 1000101 |
Color Harmonies of #C962FF
Complementary color
Monochromatic Colors of #C962FF
Black with #C962FF
Text Example
Text Example
White with #C962FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C962FF; }
p { color: rgb(201,98,255); }
H1.HeaderClassName
{
color: #C962FF;
}
.AnyTagClassName
{
color: #C962FF;
}
</style>
background-color css
<style>
a { background-color: #C962FF; }
a { background-color: rgb(201,98,255); }
div.DivClassName
{
background-color: #C962FF;
}
.BgClassName
{
background-color: #C962FF;
}
</style>
border-color css
<style>
span { border-color: #C962FF; }
span { border-color: rgb(201,98,255); }
td.TdClassName
{
border-color: #C962FF;
}
.TagClassName
{
border-color: #C962FF;
}
</style>