Shades of Heliotrope #C66BEA
Tints of Heliotrope #C66BEA
RGB
CMYK
RGB Variations
Color information
#C66BEA (or 0xC66BEA) is known color: Heliotrope. HEX triplet: C6, 6B and EA. RGB value is (198,107,234). Sum of RGB (Red+Green+Blue) = 198+107+234=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 107 (42.19% from 255 or 19.85% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #C66BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66BEA is #399415. Grayscale: #949494. Windows color (decimal): -3773462 or 15363014. OLE color: 15363014.
HSL color Cylindrical-coordinate representation of color #C66BEA: hue angle of 282.99º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C66BEA is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 107 | 234 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.08 |
| HSL | 282.99º | 0.75% | 0.67% | - |
| HSV(B) | 282.99º | 0.54% | 0.92% | - |
| XYZ | 43.4 | 28.46 | 81.05 | - |
| YUV | 148.69 | 176.15 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 107 | 234 | 0.15 | 0.54 | 0 | 0.08 | 282.99 | 0.75 | 0.67 |
| Hex | C6 | 6B | EA | F | 36 | 0 | 8 | 11B | 4B | 43 |
| Octal | 306 | 153 | 352 | 17 | 66 | 0 | 10 | 433 | 113 | 103 |
| Binary | 11000110 | 1101011 | 11101010 | 1111 | 110110 | 0 | 1000 | 100011011 | 1001011 | 1000011 |
Color Harmonies of #C66BEA
Complementary color
Monochromatic Colors of #C66BEA
Black with #C66BEA
Text Example
Text Example
White with #C66BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66BEA; }
p { color: rgb(198,107,234); }
H1.HeaderClassName
{
color: #C66BEA;
}
.AnyTagClassName
{
color: #C66BEA;
}
</style>
background-color css
<style>
a { background-color: #C66BEA; }
a { background-color: rgb(198,107,234); }
div.DivClassName
{
background-color: #C66BEA;
}
.BgClassName
{
background-color: #C66BEA;
}
</style>
border-color css
<style>
span { border-color: #C66BEA; }
span { border-color: rgb(198,107,234); }
td.TdClassName
{
border-color: #C66BEA;
}
.TagClassName
{
border-color: #C66BEA;
}
</style>