Shades of Heliotrope #C06FF9
Tints of Heliotrope #C06FF9
RGB
CMYK
RGB Variations
Color information
#C06FF9 (or 0xC06FF9) is known color: Heliotrope. HEX triplet: C0, 6F and F9. RGB value is (192,111,249). Sum of RGB (Red+Green+Blue) = 192+111+249=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 111 (43.75% from 255 or 20.11% from 552); Blue value is 249 (97.66% from 255 or 45.11% from 552); Max value from RGB is 249 - color contains mainly: blue. Hex color #C06FF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06FF9 is #3F9006. Grayscale: #969696. Windows color (decimal): -4165639 or 16347072. OLE color: 16347072.
HSL color Cylindrical-coordinate representation of color #C06FF9: hue angle of 275.22º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C06FF9 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 111 | 249 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.02 |
| HSL | 275.22º | 0.92% | 0.71% | - |
| HSV(B) | 275.22º | 0.55% | 0.98% | - |
| XYZ | 44.52 | 29.41 | 92.95 | - |
| YUV | 150.95 | 183.34 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 249 | 0.23 | 0.55 | 0 | 0.02 | 275.22 | 0.92 | 0.71 |
| Hex | C0 | 6F | F9 | 17 | 37 | 0 | 2 | 113 | 5C | 47 |
| Octal | 300 | 157 | 371 | 27 | 67 | 0 | 2 | 423 | 134 | 107 |
| Binary | 11000000 | 1101111 | 11111001 | 10111 | 110111 | 0 | 10 | 100010011 | 1011100 | 1000111 |
Color Harmonies of #C06FF9
Complementary color
Monochromatic Colors of #C06FF9
Black with #C06FF9
Text Example
Text Example
White with #C06FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06FF9; }
p { color: rgb(192,111,249); }
H1.HeaderClassName
{
color: #C06FF9;
}
.AnyTagClassName
{
color: #C06FF9;
}
</style>
background-color css
<style>
a { background-color: #C06FF9; }
a { background-color: rgb(192,111,249); }
div.DivClassName
{
background-color: #C06FF9;
}
.BgClassName
{
background-color: #C06FF9;
}
</style>
border-color css
<style>
span { border-color: #C06FF9; }
span { border-color: rgb(192,111,249); }
td.TdClassName
{
border-color: #C06FF9;
}
.TagClassName
{
border-color: #C06FF9;
}
</style>