Shades of Heliotrope #C955FC
Tints of Heliotrope #C955FC
RGB
CMYK
RGB Variations
Color information
#C955FC (or 0xC955FC) is known color: Heliotrope. HEX triplet: C9, 55 and FC. RGB value is (201,85,252). Sum of RGB (Red+Green+Blue) = 201+85+252=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 85 (33.59% from 255 or 15.80% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #C955FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C955FC is #36AA03. Grayscale: #8A8A8A. Windows color (decimal): -3582468 or 16537033. OLE color: 16537033.
HSL color Cylindrical-coordinate representation of color #C955FC: hue angle of 281.68º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C955FC is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 85 | 252 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.01 |
| HSL | 281.68º | 0.97% | 0.66% | - |
| HSV(B) | 281.68º | 0.66% | 0.99% | - |
| XYZ | 44.91 | 25.94 | 94.74 | - |
| YUV | 138.72 | 191.93 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 252 | 0.20 | 0.66 | 0 | 0.01 | 281.68 | 0.97 | 0.66 |
| Hex | C9 | 55 | FC | 14 | 42 | 0 | 1 | 11A | 61 | 42 |
| Octal | 311 | 125 | 374 | 24 | 102 | 0 | 1 | 432 | 141 | 102 |
| Binary | 11001001 | 1010101 | 11111100 | 10100 | 1000010 | 0 | 1 | 100011010 | 1100001 | 1000010 |
Color Harmonies of #C955FC
Complementary color
Monochromatic Colors of #C955FC
Black with #C955FC
Text Example
Text Example
White with #C955FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C955FC; }
p { color: rgb(201,85,252); }
H1.HeaderClassName
{
color: #C955FC;
}
.AnyTagClassName
{
color: #C955FC;
}
</style>
background-color css
<style>
a { background-color: #C955FC; }
a { background-color: rgb(201,85,252); }
div.DivClassName
{
background-color: #C955FC;
}
.BgClassName
{
background-color: #C955FC;
}
</style>
border-color css
<style>
span { border-color: #C955FC; }
span { border-color: rgb(201,85,252); }
td.TdClassName
{
border-color: #C955FC;
}
.TagClassName
{
border-color: #C955FC;
}
</style>