Shades of Heliotrope #C66AED
Tints of Heliotrope #C66AED
RGB
CMYK
RGB Variations
Color information
#C66AED (or 0xC66AED) is known color: Heliotrope. HEX triplet: C6, 6A and ED. RGB value is (198,106,237). Sum of RGB (Red+Green+Blue) = 198+106+237=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 106 (41.80% from 255 or 19.59% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #C66AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66AED is #399512. Grayscale: #949494. Windows color (decimal): -3773715 or 15559366. OLE color: 15559366.
HSL color Cylindrical-coordinate representation of color #C66AED: hue angle of 282.14º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C66AED is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 106 | 237 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.07 |
| HSL | 282.14º | 0.78% | 0.67% | - |
| HSV(B) | 282.14º | 0.55% | 0.93% | - |
| XYZ | 43.73 | 28.43 | 83.3 | - |
| YUV | 148.44 | 177.98 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 106 | 237 | 0.16 | 0.55 | 0 | 0.07 | 282.14 | 0.78 | 0.67 |
| Hex | C6 | 6A | ED | 10 | 37 | 0 | 7 | 11A | 4E | 43 |
| Octal | 306 | 152 | 355 | 20 | 67 | 0 | 7 | 432 | 116 | 103 |
| Binary | 11000110 | 1101010 | 11101101 | 10000 | 110111 | 0 | 111 | 100011010 | 1001110 | 1000011 |
Color Harmonies of #C66AED
Complementary color
Monochromatic Colors of #C66AED
Black with #C66AED
Text Example
Text Example
White with #C66AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66AED; }
p { color: rgb(198,106,237); }
H1.HeaderClassName
{
color: #C66AED;
}
.AnyTagClassName
{
color: #C66AED;
}
</style>
background-color css
<style>
a { background-color: #C66AED; }
a { background-color: rgb(198,106,237); }
div.DivClassName
{
background-color: #C66AED;
}
.BgClassName
{
background-color: #C66AED;
}
</style>
border-color css
<style>
span { border-color: #C66AED; }
span { border-color: rgb(198,106,237); }
td.TdClassName
{
border-color: #C66AED;
}
.TagClassName
{
border-color: #C66AED;
}
</style>