Shades of Heliotrope #C55FFE
Tints of Heliotrope #C55FFE
RGB
CMYK
RGB Variations
Color information
#C55FFE (or 0xC55FFE) is known color: Heliotrope. HEX triplet: C5, 5F and FE. RGB value is (197,95,254). Sum of RGB (Red+Green+Blue) = 197+95+254=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 95 (37.5% from 255 or 17.40% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #C55FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55FFE is #3AA001. Grayscale: #8F8F8F. Windows color (decimal): -3842050 or 16670661. OLE color: 16670661.
HSL color Cylindrical-coordinate representation of color #C55FFE: hue angle of 278.49º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C55FFE is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 95 | 254 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.00 |
| HSL | 278.49º | 0.99% | 0.68% | - |
| HSV(B) | 278.49º | 0.63% | 1% | - |
| XYZ | 45.01 | 27.21 | 96.65 | - |
| YUV | 143.62 | 190.29 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 254 | 0.22 | 0.63 | 0 | 0.00 | 278.49 | 0.99 | 0.68 |
| Hex | C5 | 5F | FE | 16 | 3F | 0 | 0 | 116 | 63 | 44 |
| Octal | 305 | 137 | 376 | 26 | 77 | 0 | 0 | 426 | 143 | 104 |
| Binary | 11000101 | 1011111 | 11111110 | 10110 | 111111 | 0 | 0 | 100010110 | 1100011 | 1000100 |
Color Harmonies of #C55FFE
Complementary color
Monochromatic Colors of #C55FFE
Black with #C55FFE
Text Example
Text Example
White with #C55FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55FFE; }
p { color: rgb(197,95,254); }
H1.HeaderClassName
{
color: #C55FFE;
}
.AnyTagClassName
{
color: #C55FFE;
}
</style>
background-color css
<style>
a { background-color: #C55FFE; }
a { background-color: rgb(197,95,254); }
div.DivClassName
{
background-color: #C55FFE;
}
.BgClassName
{
background-color: #C55FFE;
}
</style>
border-color css
<style>
span { border-color: #C55FFE; }
span { border-color: rgb(197,95,254); }
td.TdClassName
{
border-color: #C55FFE;
}
.TagClassName
{
border-color: #C55FFE;
}
</style>