Shades of Heliotrope #C07DF0
Tints of Heliotrope #C07DF0
RGB
CMYK
RGB Variations
Color information
#C07DF0 (or 0xC07DF0) is known color: Heliotrope. HEX triplet: C0, 7D and F0. RGB value is (192,125,240). Sum of RGB (Red+Green+Blue) = 192+125+240=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 125 (49.22% from 255 or 22.44% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 240 - color contains mainly: blue. Hex color #C07DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07DF0 is #3F820F. Grayscale: #9D9D9D. Windows color (decimal): -4162064 or 15760832. OLE color: 15760832.
HSL color Cylindrical-coordinate representation of color #C07DF0: hue angle of 274.96º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C07DF0 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 125 | 240 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.06 |
| HSL | 274.96º | 0.79% | 0.72% | - |
| HSV(B) | 274.96º | 0.48% | 0.94% | - |
| XYZ | 44.8 | 32.16 | 86.29 | - |
| YUV | 158.14 | 174.2 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 240 | 0.20 | 0.48 | 0 | 0.06 | 274.96 | 0.79 | 0.72 |
| Hex | C0 | 7D | F0 | 14 | 30 | 0 | 6 | 113 | 4F | 48 |
| Octal | 300 | 175 | 360 | 24 | 60 | 0 | 6 | 423 | 117 | 110 |
| Binary | 11000000 | 1111101 | 11110000 | 10100 | 110000 | 0 | 110 | 100010011 | 1001111 | 1001000 |
Color Harmonies of #C07DF0
Complementary color
Monochromatic Colors of #C07DF0
Black with #C07DF0
Text Example
Text Example
White with #C07DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07DF0; }
p { color: rgb(192,125,240); }
H1.HeaderClassName
{
color: #C07DF0;
}
.AnyTagClassName
{
color: #C07DF0;
}
</style>
background-color css
<style>
a { background-color: #C07DF0; }
a { background-color: rgb(192,125,240); }
div.DivClassName
{
background-color: #C07DF0;
}
.BgClassName
{
background-color: #C07DF0;
}
</style>
border-color css
<style>
span { border-color: #C07DF0; }
span { border-color: rgb(192,125,240); }
td.TdClassName
{
border-color: #C07DF0;
}
.TagClassName
{
border-color: #C07DF0;
}
</style>