Shades of Heliotrope #C963FD
Tints of Heliotrope #C963FD
RGB
CMYK
RGB Variations
Color information
#C963FD (or 0xC963FD) is known color: Heliotrope. HEX triplet: C9, 63 and FD. RGB value is (201,99,253). Sum of RGB (Red+Green+Blue) = 201+99+253=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 99 (39.06% from 255 or 17.90% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #C963FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C963FD is #369C02. Grayscale: #929292. Windows color (decimal): -3578883 or 16606153. OLE color: 16606153.
HSL color Cylindrical-coordinate representation of color #C963FD: hue angle of 279.74º degrees, saturation: 0.97, 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 #C963FD is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 99 | 253 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.01 |
| HSL | 279.74º | 0.97% | 0.69% | - |
| HSV(B) | 279.74º | 0.61% | 0.99% | - |
| XYZ | 46.28 | 28.43 | 95.98 | - |
| YUV | 147.05 | 187.79 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 253 | 0.21 | 0.61 | 0 | 0.01 | 279.74 | 0.97 | 0.69 |
| Hex | C9 | 63 | FD | 15 | 3D | 0 | 1 | 118 | 61 | 45 |
| Octal | 311 | 143 | 375 | 25 | 75 | 0 | 1 | 430 | 141 | 105 |
| Binary | 11001001 | 1100011 | 11111101 | 10101 | 111101 | 0 | 1 | 100011000 | 1100001 | 1000101 |
Color Harmonies of #C963FD
Complementary color
Monochromatic Colors of #C963FD
Black with #C963FD
Text Example
Text Example
White with #C963FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C963FD; }
p { color: rgb(201,99,253); }
H1.HeaderClassName
{
color: #C963FD;
}
.AnyTagClassName
{
color: #C963FD;
}
</style>
background-color css
<style>
a { background-color: #C963FD; }
a { background-color: rgb(201,99,253); }
div.DivClassName
{
background-color: #C963FD;
}
.BgClassName
{
background-color: #C963FD;
}
</style>
border-color css
<style>
span { border-color: #C963FD; }
span { border-color: rgb(201,99,253); }
td.TdClassName
{
border-color: #C963FD;
}
.TagClassName
{
border-color: #C963FD;
}
</style>