Shades of Heliotrope #C07DFD
Tints of Heliotrope #C07DFD
RGB
CMYK
RGB Variations
Color information
#C07DFD (or 0xC07DFD) is known color: Heliotrope. HEX triplet: C0, 7D and FD. RGB value is (192,125,253). Sum of RGB (Red+Green+Blue) = 192+125+253=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #C07DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07DFD is #3F8202. Grayscale: #9F9F9F. Windows color (decimal): -4162051 or 16612800. OLE color: 16612800.
HSL color Cylindrical-coordinate representation of color #C07DFD: hue angle of 271.41º 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 #C07DFD is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 125 | 253 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.01 |
| HSL | 271.41º | 0.97% | 0.74% | - |
| HSV(B) | 271.41º | 0.51% | 0.99% | - |
| XYZ | 46.8 | 32.97 | 96.82 | - |
| YUV | 159.63 | 180.7 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 253 | 0.24 | 0.51 | 0 | 0.01 | 271.41 | 0.97 | 0.74 |
| Hex | C0 | 7D | FD | 18 | 33 | 0 | 1 | 10F | 61 | 4A |
| Octal | 300 | 175 | 375 | 30 | 63 | 0 | 1 | 417 | 141 | 112 |
| Binary | 11000000 | 1111101 | 11111101 | 11000 | 110011 | 0 | 1 | 100001111 | 1100001 | 1001010 |
Color Harmonies of #C07DFD
Complementary color
Monochromatic Colors of #C07DFD
Black with #C07DFD
Text Example
Text Example
White with #C07DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07DFD; }
p { color: rgb(192,125,253); }
H1.HeaderClassName
{
color: #C07DFD;
}
.AnyTagClassName
{
color: #C07DFD;
}
</style>
background-color css
<style>
a { background-color: #C07DFD; }
a { background-color: rgb(192,125,253); }
div.DivClassName
{
background-color: #C07DFD;
}
.BgClassName
{
background-color: #C07DFD;
}
</style>
border-color css
<style>
span { border-color: #C07DFD; }
span { border-color: rgb(192,125,253); }
td.TdClassName
{
border-color: #C07DFD;
}
.TagClassName
{
border-color: #C07DFD;
}
</style>