Shades of Heliotrope #C05EFD
Tints of Heliotrope #C05EFD
RGB
CMYK
RGB Variations
Color information
#C05EFD (or 0xC05EFD) is known color: Heliotrope. HEX triplet: C0, 5E and FD. RGB value is (192,94,253). Sum of RGB (Red+Green+Blue) = 192+94+253=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 94 (37.11% from 255 or 17.44% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #C05EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05EFD is #3FA102. Grayscale: #8C8C8C. Windows color (decimal): -4169987 or 16604864. OLE color: 16604864.
HSL color Cylindrical-coordinate representation of color #C05EFD: hue angle of 276.98º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C05EFD is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 94 | 253 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.01 |
| HSL | 276.98º | 0.98% | 0.68% | - |
| HSV(B) | 276.98º | 0.63% | 0.99% | - |
| XYZ | 43.47 | 26.3 | 95.71 | - |
| YUV | 141.43 | 190.97 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 253 | 0.24 | 0.63 | 0 | 0.01 | 276.98 | 0.98 | 0.68 |
| Hex | C0 | 5E | FD | 18 | 3F | 0 | 1 | 115 | 62 | 44 |
| Octal | 300 | 136 | 375 | 30 | 77 | 0 | 1 | 425 | 142 | 104 |
| Binary | 11000000 | 1011110 | 11111101 | 11000 | 111111 | 0 | 1 | 100010101 | 1100010 | 1000100 |
Color Harmonies of #C05EFD
Complementary color
Monochromatic Colors of #C05EFD
Black with #C05EFD
Text Example
Text Example
White with #C05EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05EFD; }
p { color: rgb(192,94,253); }
H1.HeaderClassName
{
color: #C05EFD;
}
.AnyTagClassName
{
color: #C05EFD;
}
</style>
background-color css
<style>
a { background-color: #C05EFD; }
a { background-color: rgb(192,94,253); }
div.DivClassName
{
background-color: #C05EFD;
}
.BgClassName
{
background-color: #C05EFD;
}
</style>
border-color css
<style>
span { border-color: #C05EFD; }
span { border-color: rgb(192,94,253); }
td.TdClassName
{
border-color: #C05EFD;
}
.TagClassName
{
border-color: #C05EFD;
}
</style>