Shades of Heliotrope #C66AFB
Tints of Heliotrope #C66AFB
RGB
CMYK
RGB Variations
Color information
#C66AFB (or 0xC66AFB) is known color: Heliotrope. HEX triplet: C6, 6A and FB. RGB value is (198,106,251). Sum of RGB (Red+Green+Blue) = 198+106+251=555 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.68% from 555); Green value is 106 (41.80% from 255 or 19.10% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #C66AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66AFB is #399504. Grayscale: #959595. Windows color (decimal): -3773701 or 16476870. OLE color: 16476870.
HSL color Cylindrical-coordinate representation of color #C66AFB: hue angle of 278.07º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C66AFB is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 106 | 251 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.02 |
| HSL | 278.07º | 0.95% | 0.7% | - |
| HSV(B) | 278.07º | 0.58% | 0.98% | - |
| XYZ | 45.86 | 29.28 | 94.5 | - |
| YUV | 150.04 | 184.98 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 106 | 251 | 0.21 | 0.58 | 0 | 0.02 | 278.07 | 0.95 | 0.7 |
| Hex | C6 | 6A | FB | 15 | 3A | 0 | 2 | 116 | 5F | 46 |
| Octal | 306 | 152 | 373 | 25 | 72 | 0 | 2 | 426 | 137 | 106 |
| Binary | 11000110 | 1101010 | 11111011 | 10101 | 111010 | 0 | 10 | 100010110 | 1011111 | 1000110 |
Color Harmonies of #C66AFB
Complementary color
Monochromatic Colors of #C66AFB
Black with #C66AFB
Text Example
Text Example
White with #C66AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66AFB; }
p { color: rgb(198,106,251); }
H1.HeaderClassName
{
color: #C66AFB;
}
.AnyTagClassName
{
color: #C66AFB;
}
</style>
background-color css
<style>
a { background-color: #C66AFB; }
a { background-color: rgb(198,106,251); }
div.DivClassName
{
background-color: #C66AFB;
}
.BgClassName
{
background-color: #C66AFB;
}
</style>
border-color css
<style>
span { border-color: #C66AFB; }
span { border-color: rgb(198,106,251); }
td.TdClassName
{
border-color: #C66AFB;
}
.TagClassName
{
border-color: #C66AFB;
}
</style>