Shades of Heliotrope #C55FF3
Tints of Heliotrope #C55FF3
RGB
CMYK
RGB Variations
Color information
#C55FF3 (or 0xC55FF3) is known color: Heliotrope. HEX triplet: C5, 5F and F3. RGB value is (197,95,243). Sum of RGB (Red+Green+Blue) = 197+95+243=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 95 (37.5% from 255 or 17.76% from 535); Blue value is 243 (95.31% from 255 or 45.42% from 535); Max value from RGB is 243 - color contains mainly: blue. Hex color #C55FF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55FF3 is #3AA00C. Grayscale: #8D8D8D. Windows color (decimal): -3842061 or 15949765. OLE color: 15949765.
HSL color Cylindrical-coordinate representation of color #C55FF3: hue angle of 281.35º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C55FF3 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 95 | 243 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.05 |
| HSL | 281.35º | 0.86% | 0.66% | - |
| HSV(B) | 281.35º | 0.61% | 0.95% | - |
| XYZ | 43.3 | 26.53 | 87.63 | - |
| YUV | 142.37 | 184.79 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 243 | 0.19 | 0.61 | 0 | 0.05 | 281.35 | 0.86 | 0.66 |
| Hex | C5 | 5F | F3 | 13 | 3D | 0 | 5 | 119 | 56 | 42 |
| Octal | 305 | 137 | 363 | 23 | 75 | 0 | 5 | 431 | 126 | 102 |
| Binary | 11000101 | 1011111 | 11110011 | 10011 | 111101 | 0 | 101 | 100011001 | 1010110 | 1000010 |
Color Harmonies of #C55FF3
Complementary color
Monochromatic Colors of #C55FF3
Black with #C55FF3
Text Example
Text Example
White with #C55FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55FF3; }
p { color: rgb(197,95,243); }
H1.HeaderClassName
{
color: #C55FF3;
}
.AnyTagClassName
{
color: #C55FF3;
}
</style>
background-color css
<style>
a { background-color: #C55FF3; }
a { background-color: rgb(197,95,243); }
div.DivClassName
{
background-color: #C55FF3;
}
.BgClassName
{
background-color: #C55FF3;
}
</style>
border-color css
<style>
span { border-color: #C55FF3; }
span { border-color: rgb(197,95,243); }
td.TdClassName
{
border-color: #C55FF3;
}
.TagClassName
{
border-color: #C55FF3;
}
</style>