Shades of Heliotrope #C66CEA
Tints of Heliotrope #C66CEA
RGB
CMYK
RGB Variations
Color information
#C66CEA (or 0xC66CEA) is known color: Heliotrope. HEX triplet: C6, 6C and EA. RGB value is (198,108,234). Sum of RGB (Red+Green+Blue) = 198+108+234=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 108 (42.58% from 255 or 20% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #C66CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66CEA is #399315. Grayscale: #949494. Windows color (decimal): -3773206 or 15363270. OLE color: 15363270.
HSL color Cylindrical-coordinate representation of color #C66CEA: hue angle of 282.86º 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 #C66CEA is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 108 | 234 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.08 |
| HSL | 282.86º | 0.75% | 0.67% | - |
| HSV(B) | 282.86º | 0.54% | 0.92% | - |
| XYZ | 43.5 | 28.67 | 81.08 | - |
| YUV | 149.27 | 175.82 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 108 | 234 | 0.15 | 0.54 | 0 | 0.08 | 282.86 | 0.75 | 0.67 |
| Hex | C6 | 6C | EA | F | 36 | 0 | 8 | 11B | 4B | 43 |
| Octal | 306 | 154 | 352 | 17 | 66 | 0 | 10 | 433 | 113 | 103 |
| Binary | 11000110 | 1101100 | 11101010 | 1111 | 110110 | 0 | 1000 | 100011011 | 1001011 | 1000011 |
Color Harmonies of #C66CEA
Complementary color
Monochromatic Colors of #C66CEA
Black with #C66CEA
Text Example
Text Example
White with #C66CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66CEA; }
p { color: rgb(198,108,234); }
H1.HeaderClassName
{
color: #C66CEA;
}
.AnyTagClassName
{
color: #C66CEA;
}
</style>
background-color css
<style>
a { background-color: #C66CEA; }
a { background-color: rgb(198,108,234); }
div.DivClassName
{
background-color: #C66CEA;
}
.BgClassName
{
background-color: #C66CEA;
}
</style>
border-color css
<style>
span { border-color: #C66CEA; }
span { border-color: rgb(198,108,234); }
td.TdClassName
{
border-color: #C66CEA;
}
.TagClassName
{
border-color: #C66CEA;
}
</style>