Shades of Heliotrope #C962FB
Tints of Heliotrope #C962FB
RGB
CMYK
RGB Variations
Color information
#C962FB (or 0xC962FB) is known color: Heliotrope. HEX triplet: C9, 62 and FB. RGB value is (201,98,251). Sum of RGB (Red+Green+Blue) = 201+98+251=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 98 (38.67% from 255 or 17.82% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #C962FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C962FB is #369D04. Grayscale: #919191. Windows color (decimal): -3579141 or 16474825. OLE color: 16474825.
HSL color Cylindrical-coordinate representation of color #C962FB: hue angle of 280.39º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C962FB is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 98 | 251 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.02 |
| HSL | 280.39º | 0.95% | 0.68% | - |
| HSV(B) | 280.39º | 0.61% | 0.98% | - |
| XYZ | 45.87 | 28.12 | 94.28 | - |
| YUV | 146.24 | 187.12 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 251 | 0.20 | 0.61 | 0 | 0.02 | 280.39 | 0.95 | 0.68 |
| Hex | C9 | 62 | FB | 14 | 3D | 0 | 2 | 118 | 5F | 44 |
| Octal | 311 | 142 | 373 | 24 | 75 | 0 | 2 | 430 | 137 | 104 |
| Binary | 11001001 | 1100010 | 11111011 | 10100 | 111101 | 0 | 10 | 100011000 | 1011111 | 1000100 |
Color Harmonies of #C962FB
Complementary color
Monochromatic Colors of #C962FB
Black with #C962FB
Text Example
Text Example
White with #C962FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C962FB; }
p { color: rgb(201,98,251); }
H1.HeaderClassName
{
color: #C962FB;
}
.AnyTagClassName
{
color: #C962FB;
}
</style>
background-color css
<style>
a { background-color: #C962FB; }
a { background-color: rgb(201,98,251); }
div.DivClassName
{
background-color: #C962FB;
}
.BgClassName
{
background-color: #C962FB;
}
</style>
border-color css
<style>
span { border-color: #C962FB; }
span { border-color: rgb(201,98,251); }
td.TdClassName
{
border-color: #C962FB;
}
.TagClassName
{
border-color: #C962FB;
}
</style>