Shades of Heliotrope #C07DFF
Tints of Heliotrope #C07DFF
RGB
CMYK
RGB Variations
Color information
#C07DFF (or 0xC07DFF) is known color: Heliotrope. HEX triplet: C0, 7D and FF. RGB value is (192,125,255). Sum of RGB (Red+Green+Blue) = 192+125+255=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 125 (49.22% from 255 or 21.85% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #C07DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07DFF is #3F8200. Grayscale: #9F9F9F. Windows color (decimal): -4162049 or 16743872. OLE color: 16743872.
HSL color Cylindrical-coordinate representation of color #C07DFF: hue angle of 270.92º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C07DFF is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 125 | 255 | - |
| CMYK | 0.25 | 0.51 | 0 | 0 |
| HSL | 270.92º | 1% | 0.75% | - |
| HSV(B) | 270.92º | 0.51% | 1% | - |
| XYZ | 47.12 | 33.09 | 98.51 | - |
| YUV | 159.85 | 181.7 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 255 | 0.25 | 0.51 | 0 | 0 | 270.92 | 1 | 0.75 |
| Hex | C0 | 7D | FF | 19 | 33 | 0 | 0 | 10F | 64 | 4B |
| Octal | 300 | 175 | 377 | 31 | 63 | 0 | 0 | 417 | 144 | 113 |
| Binary | 11000000 | 1111101 | 11111111 | 11001 | 110011 | 0 | 0 | 100001111 | 1100100 | 1001011 |
Color Harmonies of #C07DFF
Complementary color
Monochromatic Colors of #C07DFF
Black with #C07DFF
Text Example
Text Example
White with #C07DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07DFF; }
p { color: rgb(192,125,255); }
H1.HeaderClassName
{
color: #C07DFF;
}
.AnyTagClassName
{
color: #C07DFF;
}
</style>
background-color css
<style>
a { background-color: #C07DFF; }
a { background-color: rgb(192,125,255); }
div.DivClassName
{
background-color: #C07DFF;
}
.BgClassName
{
background-color: #C07DFF;
}
</style>
border-color css
<style>
span { border-color: #C07DFF; }
span { border-color: rgb(192,125,255); }
td.TdClassName
{
border-color: #C07DFF;
}
.TagClassName
{
border-color: #C07DFF;
}
</style>