Shades of Heliotrope #C05AFC
Tints of Heliotrope #C05AFC
RGB
CMYK
RGB Variations
Color information
#C05AFC (or 0xC05AFC) is known color: Heliotrope. HEX triplet: C0, 5A and FC. RGB value is (192,90,252). Sum of RGB (Red+Green+Blue) = 192+90+252=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 90 (35.55% from 255 or 16.85% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #C05AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05AFC is #3FA503. Grayscale: #8A8A8A. Windows color (decimal): -4171012 or 16538304. OLE color: 16538304.
HSL color Cylindrical-coordinate representation of color #C05AFC: hue angle of 277.78º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C05AFC is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 90 | 252 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.01 |
| HSL | 277.78º | 0.96% | 0.67% | - |
| HSV(B) | 277.78º | 0.64% | 0.99% | - |
| XYZ | 42.97 | 25.55 | 94.76 | - |
| YUV | 138.97 | 191.79 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 252 | 0.24 | 0.64 | 0 | 0.01 | 277.78 | 0.96 | 0.67 |
| Hex | C0 | 5A | FC | 18 | 40 | 0 | 1 | 116 | 60 | 43 |
| Octal | 300 | 132 | 374 | 30 | 100 | 0 | 1 | 426 | 140 | 103 |
| Binary | 11000000 | 1011010 | 11111100 | 11000 | 1000000 | 0 | 1 | 100010110 | 1100000 | 1000011 |
Color Harmonies of #C05AFC
Complementary color
Monochromatic Colors of #C05AFC
Black with #C05AFC
Text Example
Text Example
White with #C05AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05AFC; }
p { color: rgb(192,90,252); }
H1.HeaderClassName
{
color: #C05AFC;
}
.AnyTagClassName
{
color: #C05AFC;
}
</style>
background-color css
<style>
a { background-color: #C05AFC; }
a { background-color: rgb(192,90,252); }
div.DivClassName
{
background-color: #C05AFC;
}
.BgClassName
{
background-color: #C05AFC;
}
</style>
border-color css
<style>
span { border-color: #C05AFC; }
span { border-color: rgb(192,90,252); }
td.TdClassName
{
border-color: #C05AFC;
}
.TagClassName
{
border-color: #C05AFC;
}
</style>