Shades of Heliotrope #C958FA
Tints of Heliotrope #C958FA
RGB
CMYK
RGB Variations
Color information
#C958FA (or 0xC958FA) is known color: Heliotrope. HEX triplet: C9, 58 and FA. RGB value is (201,88,250). Sum of RGB (Red+Green+Blue) = 201+88+250=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 88 (34.77% from 255 or 16.33% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #C958FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C958FA is #36A705. Grayscale: #8B8B8B. Windows color (decimal): -3581702 or 16406729. OLE color: 16406729.
HSL color Cylindrical-coordinate representation of color #C958FA: hue angle of 281.85º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C958FA is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 88 | 250 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.02 |
| HSL | 281.85º | 0.94% | 0.66% | - |
| HSV(B) | 281.85º | 0.65% | 0.98% | - |
| XYZ | 44.83 | 26.3 | 93.16 | - |
| YUV | 140.26 | 189.94 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 250 | 0.20 | 0.65 | 0 | 0.02 | 281.85 | 0.94 | 0.66 |
| Hex | C9 | 58 | FA | 14 | 41 | 0 | 2 | 11A | 5E | 42 |
| Octal | 311 | 130 | 372 | 24 | 101 | 0 | 2 | 432 | 136 | 102 |
| Binary | 11001001 | 1011000 | 11111010 | 10100 | 1000001 | 0 | 10 | 100011010 | 1011110 | 1000010 |
Color Harmonies of #C958FA
Complementary color
Monochromatic Colors of #C958FA
Black with #C958FA
Text Example
Text Example
White with #C958FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C958FA; }
p { color: rgb(201,88,250); }
H1.HeaderClassName
{
color: #C958FA;
}
.AnyTagClassName
{
color: #C958FA;
}
</style>
background-color css
<style>
a { background-color: #C958FA; }
a { background-color: rgb(201,88,250); }
div.DivClassName
{
background-color: #C958FA;
}
.BgClassName
{
background-color: #C958FA;
}
</style>
border-color css
<style>
span { border-color: #C958FA; }
span { border-color: rgb(201,88,250); }
td.TdClassName
{
border-color: #C958FA;
}
.TagClassName
{
border-color: #C958FA;
}
</style>