Shades of Heliotrope #C954FA
Tints of Heliotrope #C954FA
RGB
CMYK
RGB Variations
Color information
#C954FA (or 0xC954FA) is known color: Heliotrope. HEX triplet: C9, 54 and FA. RGB value is (201,84,250). Sum of RGB (Red+Green+Blue) = 201+84+250=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 84 (33.20% from 255 or 15.70% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #C954FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C954FA is #36AB05. Grayscale: #898989. Windows color (decimal): -3582726 or 16405705. OLE color: 16405705.
HSL color Cylindrical-coordinate representation of color #C954FA: hue angle of 282.29º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C954FA is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 84 | 250 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.02 |
| HSL | 282.29º | 0.94% | 0.65% | - |
| HSV(B) | 282.29º | 0.66% | 0.98% | - |
| XYZ | 44.51 | 25.66 | 93.05 | - |
| YUV | 137.91 | 191.26 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 250 | 0.20 | 0.66 | 0 | 0.02 | 282.29 | 0.94 | 0.65 |
| Hex | C9 | 54 | FA | 14 | 42 | 0 | 2 | 11A | 5E | 41 |
| Octal | 311 | 124 | 372 | 24 | 102 | 0 | 2 | 432 | 136 | 101 |
| Binary | 11001001 | 1010100 | 11111010 | 10100 | 1000010 | 0 | 10 | 100011010 | 1011110 | 1000001 |
Color Harmonies of #C954FA
Complementary color
Monochromatic Colors of #C954FA
Black with #C954FA
Text Example
Text Example
White with #C954FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C954FA; }
p { color: rgb(201,84,250); }
H1.HeaderClassName
{
color: #C954FA;
}
.AnyTagClassName
{
color: #C954FA;
}
</style>
background-color css
<style>
a { background-color: #C954FA; }
a { background-color: rgb(201,84,250); }
div.DivClassName
{
background-color: #C954FA;
}
.BgClassName
{
background-color: #C954FA;
}
</style>
border-color css
<style>
span { border-color: #C954FA; }
span { border-color: rgb(201,84,250); }
td.TdClassName
{
border-color: #C954FA;
}
.TagClassName
{
border-color: #C954FA;
}
</style>