Shades of Heliotrope #C07DFC
Tints of Heliotrope #C07DFC
RGB
CMYK
RGB Variations
Color information
#C07DFC (or 0xC07DFC) is known color: Heliotrope. HEX triplet: C0, 7D and FC. RGB value is (192,125,252). Sum of RGB (Red+Green+Blue) = 192+125+252=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #C07DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07DFC is #3F8203. Grayscale: #9F9F9F. Windows color (decimal): -4162052 or 16547264. OLE color: 16547264.
HSL color Cylindrical-coordinate representation of color #C07DFC: hue angle of 271.65º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C07DFC is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 125 | 252 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.01 |
| HSL | 271.65º | 0.95% | 0.74% | - |
| HSV(B) | 271.65º | 0.5% | 0.99% | - |
| XYZ | 46.64 | 32.9 | 95.99 | - |
| YUV | 159.51 | 180.2 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 252 | 0.24 | 0.50 | 0 | 0.01 | 271.65 | 0.95 | 0.74 |
| Hex | C0 | 7D | FC | 18 | 32 | 0 | 1 | 110 | 5F | 4A |
| Octal | 300 | 175 | 374 | 30 | 62 | 0 | 1 | 420 | 137 | 112 |
| Binary | 11000000 | 1111101 | 11111100 | 11000 | 110010 | 0 | 1 | 100010000 | 1011111 | 1001010 |
Color Harmonies of #C07DFC
Complementary color
Monochromatic Colors of #C07DFC
Black with #C07DFC
Text Example
Text Example
White with #C07DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07DFC; }
p { color: rgb(192,125,252); }
H1.HeaderClassName
{
color: #C07DFC;
}
.AnyTagClassName
{
color: #C07DFC;
}
</style>
background-color css
<style>
a { background-color: #C07DFC; }
a { background-color: rgb(192,125,252); }
div.DivClassName
{
background-color: #C07DFC;
}
.BgClassName
{
background-color: #C07DFC;
}
</style>
border-color css
<style>
span { border-color: #C07DFC; }
span { border-color: rgb(192,125,252); }
td.TdClassName
{
border-color: #C07DFC;
}
.TagClassName
{
border-color: #C07DFC;
}
</style>