Shades of Heliotrope #C955FA
Tints of Heliotrope #C955FA
RGB
CMYK
RGB Variations
Color information
#C955FA (or 0xC955FA) is known color: Heliotrope. HEX triplet: C9, 55 and FA. RGB value is (201,85,250). Sum of RGB (Red+Green+Blue) = 201+85+250=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 85 (33.59% from 255 or 15.86% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #C955FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C955FA is #36AA05. Grayscale: #898989. Windows color (decimal): -3582470 or 16405961. OLE color: 16405961.
HSL color Cylindrical-coordinate representation of color #C955FA: hue angle of 282.18º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C955FA is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 85 | 250 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.02 |
| HSL | 282.18º | 0.94% | 0.66% | - |
| HSV(B) | 282.18º | 0.66% | 0.98% | - |
| XYZ | 44.59 | 25.82 | 93.08 | - |
| YUV | 138.49 | 190.93 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 250 | 0.20 | 0.66 | 0 | 0.02 | 282.18 | 0.94 | 0.66 |
| Hex | C9 | 55 | FA | 14 | 42 | 0 | 2 | 11A | 5E | 42 |
| Octal | 311 | 125 | 372 | 24 | 102 | 0 | 2 | 432 | 136 | 102 |
| Binary | 11001001 | 1010101 | 11111010 | 10100 | 1000010 | 0 | 10 | 100011010 | 1011110 | 1000010 |
Color Harmonies of #C955FA
Complementary color
Monochromatic Colors of #C955FA
Black with #C955FA
Text Example
Text Example
White with #C955FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C955FA; }
p { color: rgb(201,85,250); }
H1.HeaderClassName
{
color: #C955FA;
}
.AnyTagClassName
{
color: #C955FA;
}
</style>
background-color css
<style>
a { background-color: #C955FA; }
a { background-color: rgb(201,85,250); }
div.DivClassName
{
background-color: #C955FA;
}
.BgClassName
{
background-color: #C955FA;
}
</style>
border-color css
<style>
span { border-color: #C955FA; }
span { border-color: rgb(201,85,250); }
td.TdClassName
{
border-color: #C955FA;
}
.TagClassName
{
border-color: #C955FA;
}
</style>