Shades of Heliotrope #C06DF2
Tints of Heliotrope #C06DF2
RGB
CMYK
RGB Variations
Color information
#C06DF2 (or 0xC06DF2) is known color: Heliotrope. HEX triplet: C0, 6D and F2. RGB value is (192,109,242). Sum of RGB (Red+Green+Blue) = 192+109+242=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 109 (42.97% from 255 or 20.07% from 543); Blue value is 242 (94.92% from 255 or 44.57% from 543); Max value from RGB is 242 - color contains mainly: blue. Hex color #C06DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06DF2 is #3F920D. Grayscale: #949494. Windows color (decimal): -4166158 or 15887808. OLE color: 15887808.
HSL color Cylindrical-coordinate representation of color #C06DF2: hue angle of 277.44º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C06DF2 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 109 | 242 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.05 |
| HSL | 277.44º | 0.84% | 0.69% | - |
| HSV(B) | 277.44º | 0.55% | 0.95% | - |
| XYZ | 43.23 | 28.55 | 87.24 | - |
| YUV | 148.98 | 180.5 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 242 | 0.21 | 0.55 | 0 | 0.05 | 277.44 | 0.84 | 0.69 |
| Hex | C0 | 6D | F2 | 15 | 37 | 0 | 5 | 115 | 54 | 45 |
| Octal | 300 | 155 | 362 | 25 | 67 | 0 | 5 | 425 | 124 | 105 |
| Binary | 11000000 | 1101101 | 11110010 | 10101 | 110111 | 0 | 101 | 100010101 | 1010100 | 1000101 |
Color Harmonies of #C06DF2
Complementary color
Monochromatic Colors of #C06DF2
Black with #C06DF2
Text Example
Text Example
White with #C06DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06DF2; }
p { color: rgb(192,109,242); }
H1.HeaderClassName
{
color: #C06DF2;
}
.AnyTagClassName
{
color: #C06DF2;
}
</style>
background-color css
<style>
a { background-color: #C06DF2; }
a { background-color: rgb(192,109,242); }
div.DivClassName
{
background-color: #C06DF2;
}
.BgClassName
{
background-color: #C06DF2;
}
</style>
border-color css
<style>
span { border-color: #C06DF2; }
span { border-color: rgb(192,109,242); }
td.TdClassName
{
border-color: #C06DF2;
}
.TagClassName
{
border-color: #C06DF2;
}
</style>