Shades of Heliotrope #C057FE
Tints of Heliotrope #C057FE
RGB
CMYK
RGB Variations
Color information
#C057FE (or 0xC057FE) is known color: Heliotrope. HEX triplet: C0, 57 and FE. RGB value is (192,87,254). Sum of RGB (Red+Green+Blue) = 192+87+254=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 87 (34.38% from 255 or 16.32% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #C057FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C057FE is #3FA801. Grayscale: #888888. Windows color (decimal): -4171778 or 16668608. OLE color: 16668608.
HSL color Cylindrical-coordinate representation of color #C057FE: hue angle of 277.72º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C057FE is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 87 | 254 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.00 |
| HSL | 277.72º | 0.99% | 0.67% | - |
| HSV(B) | 277.72º | 0.66% | 1% | - |
| XYZ | 43.04 | 25.18 | 96.36 | - |
| YUV | 137.43 | 193.79 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 254 | 0.24 | 0.66 | 0 | 0.00 | 277.72 | 0.99 | 0.67 |
| Hex | C0 | 57 | FE | 18 | 42 | 0 | 0 | 116 | 63 | 43 |
| Octal | 300 | 127 | 376 | 30 | 102 | 0 | 0 | 426 | 143 | 103 |
| Binary | 11000000 | 1010111 | 11111110 | 11000 | 1000010 | 0 | 0 | 100010110 | 1100011 | 1000011 |
Color Harmonies of #C057FE
Complementary color
Monochromatic Colors of #C057FE
Black with #C057FE
Text Example
Text Example
White with #C057FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C057FE; }
p { color: rgb(192,87,254); }
H1.HeaderClassName
{
color: #C057FE;
}
.AnyTagClassName
{
color: #C057FE;
}
</style>
background-color css
<style>
a { background-color: #C057FE; }
a { background-color: rgb(192,87,254); }
div.DivClassName
{
background-color: #C057FE;
}
.BgClassName
{
background-color: #C057FE;
}
</style>
border-color css
<style>
span { border-color: #C057FE; }
span { border-color: rgb(192,87,254); }
td.TdClassName
{
border-color: #C057FE;
}
.TagClassName
{
border-color: #C057FE;
}
</style>