Shades of Heliotrope #C05AFB
Tints of Heliotrope #C05AFB
RGB
CMYK
RGB Variations
Color information
#C05AFB (or 0xC05AFB) is known color: Heliotrope. HEX triplet: C0, 5A and FB. RGB value is (192,90,251). Sum of RGB (Red+Green+Blue) = 192+90+251=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 90 (35.55% from 255 or 16.89% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #C05AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05AFB is #3FA504. Grayscale: #8A8A8A. Windows color (decimal): -4171013 or 16472768. OLE color: 16472768.
HSL color Cylindrical-coordinate representation of color #C05AFB: hue angle of 278.01º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C05AFB is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 90 | 251 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.02 |
| HSL | 278.01º | 0.95% | 0.67% | - |
| HSV(B) | 278.01º | 0.64% | 0.98% | - |
| XYZ | 42.81 | 25.48 | 93.93 | - |
| YUV | 138.85 | 191.29 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 251 | 0.24 | 0.64 | 0 | 0.02 | 278.01 | 0.95 | 0.67 |
| Hex | C0 | 5A | FB | 18 | 40 | 0 | 2 | 116 | 5F | 43 |
| Octal | 300 | 132 | 373 | 30 | 100 | 0 | 2 | 426 | 137 | 103 |
| Binary | 11000000 | 1011010 | 11111011 | 11000 | 1000000 | 0 | 10 | 100010110 | 1011111 | 1000011 |
Color Harmonies of #C05AFB
Complementary color
Monochromatic Colors of #C05AFB
Black with #C05AFB
Text Example
Text Example
White with #C05AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05AFB; }
p { color: rgb(192,90,251); }
H1.HeaderClassName
{
color: #C05AFB;
}
.AnyTagClassName
{
color: #C05AFB;
}
</style>
background-color css
<style>
a { background-color: #C05AFB; }
a { background-color: rgb(192,90,251); }
div.DivClassName
{
background-color: #C05AFB;
}
.BgClassName
{
background-color: #C05AFB;
}
</style>
border-color css
<style>
span { border-color: #C05AFB; }
span { border-color: rgb(192,90,251); }
td.TdClassName
{
border-color: #C05AFB;
}
.TagClassName
{
border-color: #C05AFB;
}
</style>