Shades of Heliotrope #C07DFE
Tints of Heliotrope #C07DFE
RGB
CMYK
RGB Variations
Color information
#C07DFE (or 0xC07DFE) is known color: Heliotrope. HEX triplet: C0, 7D and FE. RGB value is (192,125,254). Sum of RGB (Red+Green+Blue) = 192+125+254=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 125 (49.22% from 255 or 21.89% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #C07DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07DFE is #3F8201. Grayscale: #9F9F9F. Windows color (decimal): -4162050 or 16678336. OLE color: 16678336.
HSL color Cylindrical-coordinate representation of color #C07DFE: hue angle of 271.16º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C07DFE is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 125 | 254 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.00 |
| HSL | 271.16º | 0.98% | 0.74% | - |
| HSV(B) | 271.16º | 0.51% | 1% | - |
| XYZ | 46.96 | 33.03 | 97.67 | - |
| YUV | 159.74 | 181.2 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 254 | 0.24 | 0.51 | 0 | 0.00 | 271.16 | 0.98 | 0.74 |
| Hex | C0 | 7D | FE | 18 | 33 | 0 | 0 | 10F | 62 | 4A |
| Octal | 300 | 175 | 376 | 30 | 63 | 0 | 0 | 417 | 142 | 112 |
| Binary | 11000000 | 1111101 | 11111110 | 11000 | 110011 | 0 | 0 | 100001111 | 1100010 | 1001010 |
Color Harmonies of #C07DFE
Complementary color
Monochromatic Colors of #C07DFE
Black with #C07DFE
Text Example
Text Example
White with #C07DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07DFE; }
p { color: rgb(192,125,254); }
H1.HeaderClassName
{
color: #C07DFE;
}
.AnyTagClassName
{
color: #C07DFE;
}
</style>
background-color css
<style>
a { background-color: #C07DFE; }
a { background-color: rgb(192,125,254); }
div.DivClassName
{
background-color: #C07DFE;
}
.BgClassName
{
background-color: #C07DFE;
}
</style>
border-color css
<style>
span { border-color: #C07DFE; }
span { border-color: rgb(192,125,254); }
td.TdClassName
{
border-color: #C07DFE;
}
.TagClassName
{
border-color: #C07DFE;
}
</style>