Shades of Heliotrope #C05DFF
Tints of Heliotrope #C05DFF
RGB
CMYK
RGB Variations
Color information
#C05DFF (or 0xC05DFF) is known color: Heliotrope. HEX triplet: C0, 5D and FF. RGB value is (192,93,255). Sum of RGB (Red+Green+Blue) = 192+93+255=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 93 (36.72% from 255 or 17.22% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #C05DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05DFF is #3FA200. Grayscale: #8C8C8C. Windows color (decimal): -4170241 or 16735680. OLE color: 16735680.
HSL color Cylindrical-coordinate representation of color #C05DFF: hue angle of 276.67º 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 #C05DFF is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 93 | 255 | - |
| CMYK | 0.25 | 0.64 | 0 | 0 |
| HSL | 276.67º | 1% | 0.68% | - |
| HSV(B) | 276.67º | 0.64% | 1% | - |
| XYZ | 43.7 | 26.26 | 97.37 | - |
| YUV | 141.07 | 192.3 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 255 | 0.25 | 0.64 | 0 | 0 | 276.67 | 1 | 0.68 |
| Hex | C0 | 5D | FF | 19 | 40 | 0 | 0 | 115 | 64 | 44 |
| Octal | 300 | 135 | 377 | 31 | 100 | 0 | 0 | 425 | 144 | 104 |
| Binary | 11000000 | 1011101 | 11111111 | 11001 | 1000000 | 0 | 0 | 100010101 | 1100100 | 1000100 |
Color Harmonies of #C05DFF
Complementary color
Monochromatic Colors of #C05DFF
Black with #C05DFF
Text Example
Text Example
White with #C05DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05DFF; }
p { color: rgb(192,93,255); }
H1.HeaderClassName
{
color: #C05DFF;
}
.AnyTagClassName
{
color: #C05DFF;
}
</style>
background-color css
<style>
a { background-color: #C05DFF; }
a { background-color: rgb(192,93,255); }
div.DivClassName
{
background-color: #C05DFF;
}
.BgClassName
{
background-color: #C05DFF;
}
</style>
border-color css
<style>
span { border-color: #C05DFF; }
span { border-color: rgb(192,93,255); }
td.TdClassName
{
border-color: #C05DFF;
}
.TagClassName
{
border-color: #C05DFF;
}
</style>