Shades of Heliotrope #C05BFF
Tints of Heliotrope #C05BFF
RGB
CMYK
RGB Variations
Color information
#C05BFF (or 0xC05BFF) is known color: Heliotrope. HEX triplet: C0, 5B and FF. RGB value is (192,91,255). Sum of RGB (Red+Green+Blue) = 192+91+255=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 91 (35.94% from 255 or 16.91% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #C05BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05BFF is #3FA400. Grayscale: #8B8B8B. Windows color (decimal): -4170753 or 16735168. OLE color: 16735168.
HSL color Cylindrical-coordinate representation of color #C05BFF: hue angle of 276.95º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C05BFF is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 91 | 255 | - |
| CMYK | 0.25 | 0.64 | 0 | 0 |
| HSL | 276.95º | 1% | 0.68% | - |
| HSV(B) | 276.95º | 0.64% | 1% | - |
| XYZ | 43.53 | 25.91 | 97.31 | - |
| YUV | 139.9 | 192.96 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 255 | 0.25 | 0.64 | 0 | 0 | 276.95 | 1 | 0.68 |
| Hex | C0 | 5B | FF | 19 | 40 | 0 | 0 | 115 | 64 | 44 |
| Octal | 300 | 133 | 377 | 31 | 100 | 0 | 0 | 425 | 144 | 104 |
| Binary | 11000000 | 1011011 | 11111111 | 11001 | 1000000 | 0 | 0 | 100010101 | 1100100 | 1000100 |
Color Harmonies of #C05BFF
Complementary color
Monochromatic Colors of #C05BFF
Black with #C05BFF
Text Example
Text Example
White with #C05BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05BFF; }
p { color: rgb(192,91,255); }
H1.HeaderClassName
{
color: #C05BFF;
}
.AnyTagClassName
{
color: #C05BFF;
}
</style>
background-color css
<style>
a { background-color: #C05BFF; }
a { background-color: rgb(192,91,255); }
div.DivClassName
{
background-color: #C05BFF;
}
.BgClassName
{
background-color: #C05BFF;
}
</style>
border-color css
<style>
span { border-color: #C05BFF; }
span { border-color: rgb(192,91,255); }
td.TdClassName
{
border-color: #C05BFF;
}
.TagClassName
{
border-color: #C05BFF;
}
</style>