Shades of Heliotrope #C055FE
Tints of Heliotrope #C055FE
RGB
CMYK
RGB Variations
Color information
#C055FE (or 0xC055FE) is known color: Heliotrope. HEX triplet: C0, 55 and FE. RGB value is (192,85,254). Sum of RGB (Red+Green+Blue) = 192+85+254=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 85 (33.59% from 255 or 16.01% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #C055FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C055FE is #3FAA01. Grayscale: #878787. Windows color (decimal): -4172290 or 16668096. OLE color: 16668096.
HSL color Cylindrical-coordinate representation of color #C055FE: hue angle of 277.99º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C055FE is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 85 | 254 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.00 |
| HSL | 277.99º | 0.99% | 0.66% | - |
| HSV(B) | 277.99º | 0.67% | 1% | - |
| XYZ | 42.88 | 24.86 | 96.3 | - |
| YUV | 136.26 | 194.45 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 254 | 0.24 | 0.67 | 0 | 0.00 | 277.99 | 0.99 | 0.66 |
| Hex | C0 | 55 | FE | 18 | 43 | 0 | 0 | 116 | 63 | 42 |
| Octal | 300 | 125 | 376 | 30 | 103 | 0 | 0 | 426 | 143 | 102 |
| Binary | 11000000 | 1010101 | 11111110 | 11000 | 1000011 | 0 | 0 | 100010110 | 1100011 | 1000010 |
Color Harmonies of #C055FE
Complementary color
Monochromatic Colors of #C055FE
Black with #C055FE
Text Example
Text Example
White with #C055FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C055FE; }
p { color: rgb(192,85,254); }
H1.HeaderClassName
{
color: #C055FE;
}
.AnyTagClassName
{
color: #C055FE;
}
</style>
background-color css
<style>
a { background-color: #C055FE; }
a { background-color: rgb(192,85,254); }
div.DivClassName
{
background-color: #C055FE;
}
.BgClassName
{
background-color: #C055FE;
}
</style>
border-color css
<style>
span { border-color: #C055FE; }
span { border-color: rgb(192,85,254); }
td.TdClassName
{
border-color: #C055FE;
}
.TagClassName
{
border-color: #C055FE;
}
</style>