Shades of Heliotrope #C053FF
Tints of Heliotrope #C053FF
RGB
CMYK
RGB Variations
Color information
#C053FF (or 0xC053FF) is known color: Heliotrope. HEX triplet: C0, 53 and FF. RGB value is (192,83,255). Sum of RGB (Red+Green+Blue) = 192+83+255=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 83 (32.81% from 255 or 15.66% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #C053FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C053FF is #3FAC00. Grayscale: #868686. Windows color (decimal): -4172801 or 16733120. OLE color: 16733120.
HSL color Cylindrical-coordinate representation of color #C053FF: hue angle of 278.02º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C053FF is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 83 | 255 | - |
| CMYK | 0.25 | 0.67 | 0 | 0 |
| HSL | 278.02º | 1% | 0.66% | - |
| HSV(B) | 278.02º | 0.67% | 1% | - |
| XYZ | 42.88 | 24.61 | 97.1 | - |
| YUV | 135.2 | 195.61 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 255 | 0.25 | 0.67 | 0 | 0 | 278.02 | 1 | 0.66 |
| Hex | C0 | 53 | FF | 19 | 43 | 0 | 0 | 116 | 64 | 42 |
| Octal | 300 | 123 | 377 | 31 | 103 | 0 | 0 | 426 | 144 | 102 |
| Binary | 11000000 | 1010011 | 11111111 | 11001 | 1000011 | 0 | 0 | 100010110 | 1100100 | 1000010 |
Color Harmonies of #C053FF
Complementary color
Monochromatic Colors of #C053FF
Black with #C053FF
Text Example
Text Example
White with #C053FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C053FF; }
p { color: rgb(192,83,255); }
H1.HeaderClassName
{
color: #C053FF;
}
.AnyTagClassName
{
color: #C053FF;
}
</style>
background-color css
<style>
a { background-color: #C053FF; }
a { background-color: rgb(192,83,255); }
div.DivClassName
{
background-color: #C053FF;
}
.BgClassName
{
background-color: #C053FF;
}
</style>
border-color css
<style>
span { border-color: #C053FF; }
span { border-color: rgb(192,83,255); }
td.TdClassName
{
border-color: #C053FF;
}
.TagClassName
{
border-color: #C053FF;
}
</style>