Shades of Heliotrope #C963FE
Tints of Heliotrope #C963FE
RGB
CMYK
RGB Variations
Color information
#C963FE (or 0xC963FE) is known color: Heliotrope. HEX triplet: C9, 63 and FE. RGB value is (201,99,254). Sum of RGB (Red+Green+Blue) = 201+99+254=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 99 (39.06% from 255 or 17.87% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #C963FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C963FE is #369C01. Grayscale: #929292. Windows color (decimal): -3578882 or 16671689. OLE color: 16671689.
HSL color Cylindrical-coordinate representation of color #C963FE: hue angle of 279.48º 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 #C963FE is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 99 | 254 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.00 |
| HSL | 279.48º | 0.99% | 0.69% | - |
| HSV(B) | 279.48º | 0.61% | 1% | - |
| XYZ | 46.44 | 28.5 | 96.82 | - |
| YUV | 147.17 | 188.29 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 254 | 0.21 | 0.61 | 0 | 0.00 | 279.48 | 0.99 | 0.69 |
| Hex | C9 | 63 | FE | 15 | 3D | 0 | 0 | 117 | 63 | 45 |
| Octal | 311 | 143 | 376 | 25 | 75 | 0 | 0 | 427 | 143 | 105 |
| Binary | 11001001 | 1100011 | 11111110 | 10101 | 111101 | 0 | 0 | 100010111 | 1100011 | 1000101 |
Color Harmonies of #C963FE
Complementary color
Monochromatic Colors of #C963FE
Black with #C963FE
Text Example
Text Example
White with #C963FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C963FE; }
p { color: rgb(201,99,254); }
H1.HeaderClassName
{
color: #C963FE;
}
.AnyTagClassName
{
color: #C963FE;
}
</style>
background-color css
<style>
a { background-color: #C963FE; }
a { background-color: rgb(201,99,254); }
div.DivClassName
{
background-color: #C963FE;
}
.BgClassName
{
background-color: #C963FE;
}
</style>
border-color css
<style>
span { border-color: #C963FE; }
span { border-color: rgb(201,99,254); }
td.TdClassName
{
border-color: #C963FE;
}
.TagClassName
{
border-color: #C963FE;
}
</style>