Shades of Heliotrope #C55FFC
Tints of Heliotrope #C55FFC
RGB
CMYK
RGB Variations
Color information
#C55FFC (or 0xC55FFC) is known color: Heliotrope. HEX triplet: C5, 5F and FC. RGB value is (197,95,252). Sum of RGB (Red+Green+Blue) = 197+95+252=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 95 (37.5% from 255 or 17.46% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #C55FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55FFC is #3AA003. Grayscale: #8E8E8E. Windows color (decimal): -3842052 or 16539589. OLE color: 16539589.
HSL color Cylindrical-coordinate representation of color #C55FFC: hue angle of 278.98º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C55FFC is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 95 | 252 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.01 |
| HSL | 278.98º | 0.96% | 0.68% | - |
| HSV(B) | 278.98º | 0.62% | 0.99% | - |
| XYZ | 44.69 | 27.08 | 94.97 | - |
| YUV | 143.4 | 189.29 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 252 | 0.22 | 0.62 | 0 | 0.01 | 278.98 | 0.96 | 0.68 |
| Hex | C5 | 5F | FC | 16 | 3E | 0 | 1 | 117 | 60 | 44 |
| Octal | 305 | 137 | 374 | 26 | 76 | 0 | 1 | 427 | 140 | 104 |
| Binary | 11000101 | 1011111 | 11111100 | 10110 | 111110 | 0 | 1 | 100010111 | 1100000 | 1000100 |
Color Harmonies of #C55FFC
Complementary color
Monochromatic Colors of #C55FFC
Black with #C55FFC
Text Example
Text Example
White with #C55FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55FFC; }
p { color: rgb(197,95,252); }
H1.HeaderClassName
{
color: #C55FFC;
}
.AnyTagClassName
{
color: #C55FFC;
}
</style>
background-color css
<style>
a { background-color: #C55FFC; }
a { background-color: rgb(197,95,252); }
div.DivClassName
{
background-color: #C55FFC;
}
.BgClassName
{
background-color: #C55FFC;
}
</style>
border-color css
<style>
span { border-color: #C55FFC; }
span { border-color: rgb(197,95,252); }
td.TdClassName
{
border-color: #C55FFC;
}
.TagClassName
{
border-color: #C55FFC;
}
</style>