Shades of Heliotrope #C46BEE
Tints of Heliotrope #C46BEE
RGB
CMYK
RGB Variations
Color information
#C46BEE (or 0xC46BEE) is known color: Heliotrope. HEX triplet: C4, 6B and EE. RGB value is (196,107,238). Sum of RGB (Red+Green+Blue) = 196+107+238=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 107 (42.19% from 255 or 19.78% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #C46BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46BEE is #3B9411. Grayscale: #949494. Windows color (decimal): -3904530 or 15625156. OLE color: 15625156.
HSL color Cylindrical-coordinate representation of color #C46BEE: hue angle of 280.76º 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 #C46BEE is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 107 | 238 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.07 |
| HSL | 280.76º | 0.79% | 0.68% | - |
| HSV(B) | 280.76º | 0.55% | 0.93% | - |
| XYZ | 43.46 | 28.42 | 84.09 | - |
| YUV | 148.55 | 178.49 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 107 | 238 | 0.18 | 0.55 | 0 | 0.07 | 280.76 | 0.79 | 0.68 |
| Hex | C4 | 6B | EE | 12 | 37 | 0 | 7 | 119 | 4F | 44 |
| Octal | 304 | 153 | 356 | 22 | 67 | 0 | 7 | 431 | 117 | 104 |
| Binary | 11000100 | 1101011 | 11101110 | 10010 | 110111 | 0 | 111 | 100011001 | 1001111 | 1000100 |
Color Harmonies of #C46BEE
Complementary color
Monochromatic Colors of #C46BEE
Black with #C46BEE
Text Example
Text Example
White with #C46BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46BEE; }
p { color: rgb(196,107,238); }
H1.HeaderClassName
{
color: #C46BEE;
}
.AnyTagClassName
{
color: #C46BEE;
}
</style>
background-color css
<style>
a { background-color: #C46BEE; }
a { background-color: rgb(196,107,238); }
div.DivClassName
{
background-color: #C46BEE;
}
.BgClassName
{
background-color: #C46BEE;
}
</style>
border-color css
<style>
span { border-color: #C46BEE; }
span { border-color: rgb(196,107,238); }
td.TdClassName
{
border-color: #C46BEE;
}
.TagClassName
{
border-color: #C46BEE;
}
</style>