Shades of Heliotrope #C07CFD
Tints of Heliotrope #C07CFD
RGB
CMYK
RGB Variations
Color information
#C07CFD (or 0xC07CFD) is known color: Heliotrope. HEX triplet: C0, 7C and FD. RGB value is (192,124,253). Sum of RGB (Red+Green+Blue) = 192+124+253=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 124 (48.83% from 255 or 21.79% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #C07CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07CFD is #3F8302. Grayscale: #9E9E9E. Windows color (decimal): -4162307 or 16612544. OLE color: 16612544.
HSL color Cylindrical-coordinate representation of color #C07CFD: hue angle of 271.63º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C07CFD is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 124 | 253 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.01 |
| HSL | 271.63º | 0.97% | 0.74% | - |
| HSV(B) | 271.63º | 0.51% | 0.99% | - |
| XYZ | 46.68 | 32.71 | 96.78 | - |
| YUV | 159.04 | 181.03 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 124 | 253 | 0.24 | 0.51 | 0 | 0.01 | 271.63 | 0.97 | 0.74 |
| Hex | C0 | 7C | FD | 18 | 33 | 0 | 1 | 110 | 61 | 4A |
| Octal | 300 | 174 | 375 | 30 | 63 | 0 | 1 | 420 | 141 | 112 |
| Binary | 11000000 | 1111100 | 11111101 | 11000 | 110011 | 0 | 1 | 100010000 | 1100001 | 1001010 |
Color Harmonies of #C07CFD
Complementary color
Monochromatic Colors of #C07CFD
Black with #C07CFD
Text Example
Text Example
White with #C07CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07CFD; }
p { color: rgb(192,124,253); }
H1.HeaderClassName
{
color: #C07CFD;
}
.AnyTagClassName
{
color: #C07CFD;
}
</style>
background-color css
<style>
a { background-color: #C07CFD; }
a { background-color: rgb(192,124,253); }
div.DivClassName
{
background-color: #C07CFD;
}
.BgClassName
{
background-color: #C07CFD;
}
</style>
border-color css
<style>
span { border-color: #C07CFD; }
span { border-color: rgb(192,124,253); }
td.TdClassName
{
border-color: #C07CFD;
}
.TagClassName
{
border-color: #C07CFD;
}
</style>