Shades of Heliotrope #C05BFE
Tints of Heliotrope #C05BFE
RGB
CMYK
RGB Variations
Color information
#C05BFE (or 0xC05BFE) is known color: Heliotrope. HEX triplet: C0, 5B and FE. RGB value is (192,91,254). Sum of RGB (Red+Green+Blue) = 192+91+254=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 91 (35.94% from 255 or 16.95% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #C05BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05BFE is #3FA401. Grayscale: #8B8B8B. Windows color (decimal): -4170754 or 16669632. OLE color: 16669632.
HSL color Cylindrical-coordinate representation of color #C05BFE: hue angle of 277.18º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C05BFE is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 91 | 254 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.00 |
| HSL | 277.18º | 0.99% | 0.68% | - |
| HSV(B) | 277.18º | 0.64% | 1% | - |
| XYZ | 43.37 | 25.84 | 96.47 | - |
| YUV | 139.78 | 192.46 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 254 | 0.24 | 0.64 | 0 | 0.00 | 277.18 | 0.99 | 0.68 |
| Hex | C0 | 5B | FE | 18 | 40 | 0 | 0 | 115 | 63 | 44 |
| Octal | 300 | 133 | 376 | 30 | 100 | 0 | 0 | 425 | 143 | 104 |
| Binary | 11000000 | 1011011 | 11111110 | 11000 | 1000000 | 0 | 0 | 100010101 | 1100011 | 1000100 |
Color Harmonies of #C05BFE
Complementary color
Monochromatic Colors of #C05BFE
Black with #C05BFE
Text Example
Text Example
White with #C05BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05BFE; }
p { color: rgb(192,91,254); }
H1.HeaderClassName
{
color: #C05BFE;
}
.AnyTagClassName
{
color: #C05BFE;
}
</style>
background-color css
<style>
a { background-color: #C05BFE; }
a { background-color: rgb(192,91,254); }
div.DivClassName
{
background-color: #C05BFE;
}
.BgClassName
{
background-color: #C05BFE;
}
</style>
border-color css
<style>
span { border-color: #C05BFE; }
span { border-color: rgb(192,91,254); }
td.TdClassName
{
border-color: #C05BFE;
}
.TagClassName
{
border-color: #C05BFE;
}
</style>