Shades of Heliotrope #C07BED
Tints of Heliotrope #C07BED
RGB
CMYK
RGB Variations
Color information
#C07BED (or 0xC07BED) is known color: Heliotrope. HEX triplet: C0, 7B and ED. RGB value is (192,123,237). Sum of RGB (Red+Green+Blue) = 192+123+237=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 123 (48.44% from 255 or 22.28% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #C07BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07BED is #3F8412. Grayscale: #9C9C9C. Windows color (decimal): -4162579 or 15563712. OLE color: 15563712.
HSL color Cylindrical-coordinate representation of color #C07BED: hue angle of 276.32º 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 #C07BED is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 123 | 237 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.07 |
| HSL | 276.32º | 0.76% | 0.71% | - |
| HSV(B) | 276.32º | 0.48% | 0.93% | - |
| XYZ | 44.11 | 31.49 | 83.87 | - |
| YUV | 156.63 | 173.36 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 237 | 0.19 | 0.48 | 0 | 0.07 | 276.32 | 0.76 | 0.71 |
| Hex | C0 | 7B | ED | 13 | 30 | 0 | 7 | 114 | 4C | 47 |
| Octal | 300 | 173 | 355 | 23 | 60 | 0 | 7 | 424 | 114 | 107 |
| Binary | 11000000 | 1111011 | 11101101 | 10011 | 110000 | 0 | 111 | 100010100 | 1001100 | 1000111 |
Color Harmonies of #C07BED
Complementary color
Monochromatic Colors of #C07BED
Black with #C07BED
Text Example
Text Example
White with #C07BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07BED; }
p { color: rgb(192,123,237); }
H1.HeaderClassName
{
color: #C07BED;
}
.AnyTagClassName
{
color: #C07BED;
}
</style>
background-color css
<style>
a { background-color: #C07BED; }
a { background-color: rgb(192,123,237); }
div.DivClassName
{
background-color: #C07BED;
}
.BgClassName
{
background-color: #C07BED;
}
</style>
border-color css
<style>
span { border-color: #C07BED; }
span { border-color: rgb(192,123,237); }
td.TdClassName
{
border-color: #C07BED;
}
.TagClassName
{
border-color: #C07BED;
}
</style>