Shades of Heliotrope #C07DED
Tints of Heliotrope #C07DED
RGB
CMYK
RGB Variations
Color information
#C07DED (or 0xC07DED) is known color: Heliotrope. HEX triplet: C0, 7D and ED. RGB value is (192,125,237). Sum of RGB (Red+Green+Blue) = 192+125+237=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #C07DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07DED is #3F8212. Grayscale: #9D9D9D. Windows color (decimal): -4162067 or 15564224. OLE color: 15564224.
HSL color Cylindrical-coordinate representation of color #C07DED: hue angle of 275.89º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C07DED is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 125 | 237 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.07 |
| HSL | 275.89º | 0.76% | 0.71% | - |
| HSV(B) | 275.89º | 0.47% | 0.93% | - |
| XYZ | 44.36 | 31.99 | 83.96 | - |
| YUV | 157.8 | 172.7 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 237 | 0.19 | 0.47 | 0 | 0.07 | 275.89 | 0.76 | 0.71 |
| Hex | C0 | 7D | ED | 13 | 2F | 0 | 7 | 114 | 4C | 47 |
| Octal | 300 | 175 | 355 | 23 | 57 | 0 | 7 | 424 | 114 | 107 |
| Binary | 11000000 | 1111101 | 11101101 | 10011 | 101111 | 0 | 111 | 100010100 | 1001100 | 1000111 |
Color Harmonies of #C07DED
Complementary color
Monochromatic Colors of #C07DED
Black with #C07DED
Text Example
Text Example
White with #C07DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07DED; }
p { color: rgb(192,125,237); }
H1.HeaderClassName
{
color: #C07DED;
}
.AnyTagClassName
{
color: #C07DED;
}
</style>
background-color css
<style>
a { background-color: #C07DED; }
a { background-color: rgb(192,125,237); }
div.DivClassName
{
background-color: #C07DED;
}
.BgClassName
{
background-color: #C07DED;
}
</style>
border-color css
<style>
span { border-color: #C07DED; }
span { border-color: rgb(192,125,237); }
td.TdClassName
{
border-color: #C07DED;
}
.TagClassName
{
border-color: #C07DED;
}
</style>