Shades of Heliotrope #C959FB
Tints of Heliotrope #C959FB
RGB
CMYK
RGB Variations
Color information
#C959FB (or 0xC959FB) is known color: Heliotrope. HEX triplet: C9, 59 and FB. RGB value is (201,89,251). Sum of RGB (Red+Green+Blue) = 201+89+251=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 89 (35.16% from 255 or 16.45% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #C959FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C959FB is #36A604. Grayscale: #8C8C8C. Windows color (decimal): -3581445 or 16472521. OLE color: 16472521.
HSL color Cylindrical-coordinate representation of color #C959FB: hue angle of 281.48º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C959FB is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 89 | 251 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.02 |
| HSL | 281.48º | 0.95% | 0.67% | - |
| HSV(B) | 281.48º | 0.65% | 0.98% | - |
| XYZ | 45.07 | 26.53 | 94.01 | - |
| YUV | 140.96 | 190.11 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 251 | 0.20 | 0.65 | 0 | 0.02 | 281.48 | 0.95 | 0.67 |
| Hex | C9 | 59 | FB | 14 | 41 | 0 | 2 | 119 | 5F | 43 |
| Octal | 311 | 131 | 373 | 24 | 101 | 0 | 2 | 431 | 137 | 103 |
| Binary | 11001001 | 1011001 | 11111011 | 10100 | 1000001 | 0 | 10 | 100011001 | 1011111 | 1000011 |
Color Harmonies of #C959FB
Complementary color
Monochromatic Colors of #C959FB
Black with #C959FB
Text Example
Text Example
White with #C959FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C959FB; }
p { color: rgb(201,89,251); }
H1.HeaderClassName
{
color: #C959FB;
}
.AnyTagClassName
{
color: #C959FB;
}
</style>
background-color css
<style>
a { background-color: #C959FB; }
a { background-color: rgb(201,89,251); }
div.DivClassName
{
background-color: #C959FB;
}
.BgClassName
{
background-color: #C959FB;
}
</style>
border-color css
<style>
span { border-color: #C959FB; }
span { border-color: rgb(201,89,251); }
td.TdClassName
{
border-color: #C959FB;
}
.TagClassName
{
border-color: #C959FB;
}
</style>