Shades of Heliotrope #C07CF2
Tints of Heliotrope #C07CF2
RGB
CMYK
RGB Variations
Color information
#C07CF2 (or 0xC07CF2) is known color: Heliotrope. HEX triplet: C0, 7C and F2. RGB value is (192,124,242). Sum of RGB (Red+Green+Blue) = 192+124+242=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 124 (48.83% from 255 or 22.22% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 242 - color contains mainly: blue. Hex color #C07CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07CF2 is #3F830D. Grayscale: #9D9D9D. Windows color (decimal): -4162318 or 15891648. OLE color: 15891648.
HSL color Cylindrical-coordinate representation of color #C07CF2: hue angle of 274.58º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C07CF2 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 124 | 242 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.05 |
| HSL | 274.58º | 0.82% | 0.72% | - |
| HSV(B) | 274.58º | 0.49% | 0.95% | - |
| XYZ | 44.97 | 32.03 | 87.82 | - |
| YUV | 157.78 | 175.53 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 124 | 242 | 0.21 | 0.49 | 0 | 0.05 | 274.58 | 0.82 | 0.72 |
| Hex | C0 | 7C | F2 | 15 | 31 | 0 | 5 | 113 | 52 | 48 |
| Octal | 300 | 174 | 362 | 25 | 61 | 0 | 5 | 423 | 122 | 110 |
| Binary | 11000000 | 1111100 | 11110010 | 10101 | 110001 | 0 | 101 | 100010011 | 1010010 | 1001000 |
Color Harmonies of #C07CF2
Complementary color
Monochromatic Colors of #C07CF2
Black with #C07CF2
Text Example
Text Example
White with #C07CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07CF2; }
p { color: rgb(192,124,242); }
H1.HeaderClassName
{
color: #C07CF2;
}
.AnyTagClassName
{
color: #C07CF2;
}
</style>
background-color css
<style>
a { background-color: #C07CF2; }
a { background-color: rgb(192,124,242); }
div.DivClassName
{
background-color: #C07CF2;
}
.BgClassName
{
background-color: #C07CF2;
}
</style>
border-color css
<style>
span { border-color: #C07CF2; }
span { border-color: rgb(192,124,242); }
td.TdClassName
{
border-color: #C07CF2;
}
.TagClassName
{
border-color: #C07CF2;
}
</style>