Shades of Heliotrope #C66BEE
Tints of Heliotrope #C66BEE
RGB
CMYK
RGB Variations
Color information
#C66BEE (or 0xC66BEE) is known color: Heliotrope. HEX triplet: C6, 6B and EE. RGB value is (198,107,238). Sum of RGB (Red+Green+Blue) = 198+107+238=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 107 (42.19% from 255 or 19.71% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #C66BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66BEE is #399411. Grayscale: #949494. Windows color (decimal): -3773458 or 15625158. OLE color: 15625158.
HSL color Cylindrical-coordinate representation of color #C66BEE: hue angle of 281.68º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C66BEE is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 107 | 238 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.07 |
| HSL | 281.68º | 0.79% | 0.68% | - |
| HSV(B) | 281.68º | 0.55% | 0.93% | - |
| XYZ | 43.98 | 28.69 | 84.11 | - |
| YUV | 149.14 | 178.15 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 107 | 238 | 0.17 | 0.55 | 0 | 0.07 | 281.68 | 0.79 | 0.68 |
| Hex | C6 | 6B | EE | 11 | 37 | 0 | 7 | 11A | 4F | 44 |
| Octal | 306 | 153 | 356 | 21 | 67 | 0 | 7 | 432 | 117 | 104 |
| Binary | 11000110 | 1101011 | 11101110 | 10001 | 110111 | 0 | 111 | 100011010 | 1001111 | 1000100 |
Color Harmonies of #C66BEE
Complementary color
Monochromatic Colors of #C66BEE
Black with #C66BEE
Text Example
Text Example
White with #C66BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66BEE; }
p { color: rgb(198,107,238); }
H1.HeaderClassName
{
color: #C66BEE;
}
.AnyTagClassName
{
color: #C66BEE;
}
</style>
background-color css
<style>
a { background-color: #C66BEE; }
a { background-color: rgb(198,107,238); }
div.DivClassName
{
background-color: #C66BEE;
}
.BgClassName
{
background-color: #C66BEE;
}
</style>
border-color css
<style>
span { border-color: #C66BEE; }
span { border-color: rgb(198,107,238); }
td.TdClassName
{
border-color: #C66BEE;
}
.TagClassName
{
border-color: #C66BEE;
}
</style>