Shades of Heliotrope #C07CED
Tints of Heliotrope #C07CED
RGB
CMYK
RGB Variations
Color information
#C07CED (or 0xC07CED) is known color: Heliotrope. HEX triplet: C0, 7C and ED. RGB value is (192,124,237). Sum of RGB (Red+Green+Blue) = 192+124+237=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 124 (48.83% from 255 or 22.42% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #C07CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07CED is #3F8312. Grayscale: #9C9C9C. Windows color (decimal): -4162323 or 15563968. OLE color: 15563968.
HSL color Cylindrical-coordinate representation of color #C07CED: hue angle of 276.11º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C07CED is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 124 | 237 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.07 |
| HSL | 276.11º | 0.76% | 0.71% | - |
| HSV(B) | 276.11º | 0.48% | 0.93% | - |
| XYZ | 44.23 | 31.74 | 83.92 | - |
| YUV | 157.21 | 173.03 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 124 | 237 | 0.19 | 0.48 | 0 | 0.07 | 276.11 | 0.76 | 0.71 |
| Hex | C0 | 7C | ED | 13 | 30 | 0 | 7 | 114 | 4C | 47 |
| Octal | 300 | 174 | 355 | 23 | 60 | 0 | 7 | 424 | 114 | 107 |
| Binary | 11000000 | 1111100 | 11101101 | 10011 | 110000 | 0 | 111 | 100010100 | 1001100 | 1000111 |
Color Harmonies of #C07CED
Complementary color
Monochromatic Colors of #C07CED
Black with #C07CED
Text Example
Text Example
White with #C07CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07CED; }
p { color: rgb(192,124,237); }
H1.HeaderClassName
{
color: #C07CED;
}
.AnyTagClassName
{
color: #C07CED;
}
</style>
background-color css
<style>
a { background-color: #C07CED; }
a { background-color: rgb(192,124,237); }
div.DivClassName
{
background-color: #C07CED;
}
.BgClassName
{
background-color: #C07CED;
}
</style>
border-color css
<style>
span { border-color: #C07CED; }
span { border-color: rgb(192,124,237); }
td.TdClassName
{
border-color: #C07CED;
}
.TagClassName
{
border-color: #C07CED;
}
</style>