Shades of Heliotrope #C958FB
Tints of Heliotrope #C958FB
RGB
CMYK
RGB Variations
Color information
#C958FB (or 0xC958FB) is known color: Heliotrope. HEX triplet: C9, 58 and FB. RGB value is (201,88,251). Sum of RGB (Red+Green+Blue) = 201+88+251=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 88 (34.77% from 255 or 16.30% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #C958FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C958FB is #36A704. Grayscale: #8B8B8B. Windows color (decimal): -3581701 or 16472265. OLE color: 16472265.
HSL color Cylindrical-coordinate representation of color #C958FB: hue angle of 281.6º degrees, saturation: 0.95, 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 #C958FB is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 88 | 251 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.02 |
| HSL | 281.6º | 0.95% | 0.66% | - |
| HSV(B) | 281.6º | 0.65% | 0.98% | - |
| XYZ | 44.99 | 26.36 | 93.98 | - |
| YUV | 140.37 | 190.44 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 251 | 0.20 | 0.65 | 0 | 0.02 | 281.6 | 0.95 | 0.66 |
| Hex | C9 | 58 | FB | 14 | 41 | 0 | 2 | 11A | 5F | 42 |
| Octal | 311 | 130 | 373 | 24 | 101 | 0 | 2 | 432 | 137 | 102 |
| Binary | 11001001 | 1011000 | 11111011 | 10100 | 1000001 | 0 | 10 | 100011010 | 1011111 | 1000010 |
Color Harmonies of #C958FB
Complementary color
Monochromatic Colors of #C958FB
Black with #C958FB
Text Example
Text Example
White with #C958FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C958FB; }
p { color: rgb(201,88,251); }
H1.HeaderClassName
{
color: #C958FB;
}
.AnyTagClassName
{
color: #C958FB;
}
</style>
background-color css
<style>
a { background-color: #C958FB; }
a { background-color: rgb(201,88,251); }
div.DivClassName
{
background-color: #C958FB;
}
.BgClassName
{
background-color: #C958FB;
}
</style>
border-color css
<style>
span { border-color: #C958FB; }
span { border-color: rgb(201,88,251); }
td.TdClassName
{
border-color: #C958FB;
}
.TagClassName
{
border-color: #C958FB;
}
</style>