Shades of Heliotrope #C963FC
Tints of Heliotrope #C963FC
RGB
CMYK
RGB Variations
Color information
#C963FC (or 0xC963FC) is known color: Heliotrope. HEX triplet: C9, 63 and FC. RGB value is (201,99,252). Sum of RGB (Red+Green+Blue) = 201+99+252=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 99 (39.06% from 255 or 17.93% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #C963FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C963FC is #369C03. Grayscale: #929292. Windows color (decimal): -3578884 or 16540617. OLE color: 16540617.
HSL color Cylindrical-coordinate representation of color #C963FC: hue angle of 280º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C963FC is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 99 | 252 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.01 |
| HSL | 280º | 0.96% | 0.69% | - |
| HSV(B) | 280º | 0.61% | 0.99% | - |
| XYZ | 46.12 | 28.37 | 95.14 | - |
| YUV | 146.94 | 187.29 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 252 | 0.20 | 0.61 | 0 | 0.01 | 280 | 0.96 | 0.69 |
| Hex | C9 | 63 | FC | 14 | 3D | 0 | 1 | 118 | 60 | 45 |
| Octal | 311 | 143 | 374 | 24 | 75 | 0 | 1 | 430 | 140 | 105 |
| Binary | 11001001 | 1100011 | 11111100 | 10100 | 111101 | 0 | 1 | 100011000 | 1100000 | 1000101 |
Color Harmonies of #C963FC
Complementary color
Monochromatic Colors of #C963FC
Black with #C963FC
Text Example
Text Example
White with #C963FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C963FC; }
p { color: rgb(201,99,252); }
H1.HeaderClassName
{
color: #C963FC;
}
.AnyTagClassName
{
color: #C963FC;
}
</style>
background-color css
<style>
a { background-color: #C963FC; }
a { background-color: rgb(201,99,252); }
div.DivClassName
{
background-color: #C963FC;
}
.BgClassName
{
background-color: #C963FC;
}
</style>
border-color css
<style>
span { border-color: #C963FC; }
span { border-color: rgb(201,99,252); }
td.TdClassName
{
border-color: #C963FC;
}
.TagClassName
{
border-color: #C963FC;
}
</style>