Shades of Heliotrope #C962FE
Tints of Heliotrope #C962FE
RGB
CMYK
RGB Variations
Color information
#C962FE (or 0xC962FE) is known color: Heliotrope. HEX triplet: C9, 62 and FE. RGB value is (201,98,254). Sum of RGB (Red+Green+Blue) = 201+98+254=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 98 (38.67% from 255 or 17.72% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #C962FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C962FE is #369D01. Grayscale: #929292. Windows color (decimal): -3579138 or 16671433. OLE color: 16671433.
HSL color Cylindrical-coordinate representation of color #C962FE: hue angle of 279.62º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C962FE is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 98 | 254 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.00 |
| HSL | 279.62º | 0.99% | 0.69% | - |
| HSV(B) | 279.62º | 0.61% | 1% | - |
| XYZ | 46.34 | 28.31 | 96.79 | - |
| YUV | 146.58 | 188.62 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 254 | 0.21 | 0.61 | 0 | 0.00 | 279.62 | 0.99 | 0.69 |
| Hex | C9 | 62 | FE | 15 | 3D | 0 | 0 | 118 | 63 | 45 |
| Octal | 311 | 142 | 376 | 25 | 75 | 0 | 0 | 430 | 143 | 105 |
| Binary | 11001001 | 1100010 | 11111110 | 10101 | 111101 | 0 | 0 | 100011000 | 1100011 | 1000101 |
Color Harmonies of #C962FE
Complementary color
Monochromatic Colors of #C962FE
Black with #C962FE
Text Example
Text Example
White with #C962FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C962FE; }
p { color: rgb(201,98,254); }
H1.HeaderClassName
{
color: #C962FE;
}
.AnyTagClassName
{
color: #C962FE;
}
</style>
background-color css
<style>
a { background-color: #C962FE; }
a { background-color: rgb(201,98,254); }
div.DivClassName
{
background-color: #C962FE;
}
.BgClassName
{
background-color: #C962FE;
}
</style>
border-color css
<style>
span { border-color: #C962FE; }
span { border-color: rgb(201,98,254); }
td.TdClassName
{
border-color: #C962FE;
}
.TagClassName
{
border-color: #C962FE;
}
</style>