Shades of Heliotrope #C06FFA
Tints of Heliotrope #C06FFA
RGB
CMYK
RGB Variations
Color information
#C06FFA (or 0xC06FFA) is known color: Heliotrope. HEX triplet: C0, 6F and FA. RGB value is (192,111,250). Sum of RGB (Red+Green+Blue) = 192+111+250=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 111 (43.75% from 255 or 20.07% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #C06FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06FFA is #3F9005. Grayscale: #969696. Windows color (decimal): -4165638 or 16412608. OLE color: 16412608.
HSL color Cylindrical-coordinate representation of color #C06FFA: hue angle of 274.96º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C06FFA is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 111 | 250 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.02 |
| HSL | 274.96º | 0.93% | 0.71% | - |
| HSV(B) | 274.96º | 0.56% | 0.98% | - |
| XYZ | 44.68 | 29.48 | 93.78 | - |
| YUV | 151.07 | 183.84 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 250 | 0.23 | 0.56 | 0 | 0.02 | 274.96 | 0.93 | 0.71 |
| Hex | C0 | 6F | FA | 17 | 38 | 0 | 2 | 113 | 5D | 47 |
| Octal | 300 | 157 | 372 | 27 | 70 | 0 | 2 | 423 | 135 | 107 |
| Binary | 11000000 | 1101111 | 11111010 | 10111 | 111000 | 0 | 10 | 100010011 | 1011101 | 1000111 |
Color Harmonies of #C06FFA
Complementary color
Monochromatic Colors of #C06FFA
Black with #C06FFA
Text Example
Text Example
White with #C06FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06FFA; }
p { color: rgb(192,111,250); }
H1.HeaderClassName
{
color: #C06FFA;
}
.AnyTagClassName
{
color: #C06FFA;
}
</style>
background-color css
<style>
a { background-color: #C06FFA; }
a { background-color: rgb(192,111,250); }
div.DivClassName
{
background-color: #C06FFA;
}
.BgClassName
{
background-color: #C06FFA;
}
</style>
border-color css
<style>
span { border-color: #C06FFA; }
span { border-color: rgb(192,111,250); }
td.TdClassName
{
border-color: #C06FFA;
}
.TagClassName
{
border-color: #C06FFA;
}
</style>