Shades of Heliotrope #C97BEC
Tints of Heliotrope #C97BEC
RGB
CMYK
RGB Variations
Color information
#C97BEC (or 0xC97BEC) is known color: Heliotrope. HEX triplet: C9, 7B and EC. RGB value is (201,123,236). Sum of RGB (Red+Green+Blue) = 201+123+236=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 123 (48.44% from 255 or 21.96% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #C97BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97BEC is #368413. Grayscale: #9E9E9E. Windows color (decimal): -3572756 or 15498185. OLE color: 15498185.
HSL color Cylindrical-coordinate representation of color #C97BEC: hue angle of 281.42º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C97BEC is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 123 | 236 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.07 |
| HSL | 281.42º | 0.75% | 0.7% | - |
| HSV(B) | 281.42º | 0.48% | 0.93% | - |
| XYZ | 46.31 | 32.64 | 83.22 | - |
| YUV | 159.2 | 171.34 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 123 | 236 | 0.15 | 0.48 | 0 | 0.07 | 281.42 | 0.75 | 0.7 |
| Hex | C9 | 7B | EC | F | 30 | 0 | 7 | 119 | 4B | 46 |
| Octal | 311 | 173 | 354 | 17 | 60 | 0 | 7 | 431 | 113 | 106 |
| Binary | 11001001 | 1111011 | 11101100 | 1111 | 110000 | 0 | 111 | 100011001 | 1001011 | 1000110 |
Color Harmonies of #C97BEC
Complementary color
Monochromatic Colors of #C97BEC
Black with #C97BEC
Text Example
Text Example
White with #C97BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97BEC; }
p { color: rgb(201,123,236); }
H1.HeaderClassName
{
color: #C97BEC;
}
.AnyTagClassName
{
color: #C97BEC;
}
</style>
background-color css
<style>
a { background-color: #C97BEC; }
a { background-color: rgb(201,123,236); }
div.DivClassName
{
background-color: #C97BEC;
}
.BgClassName
{
background-color: #C97BEC;
}
</style>
border-color css
<style>
span { border-color: #C97BEC; }
span { border-color: rgb(201,123,236); }
td.TdClassName
{
border-color: #C97BEC;
}
.TagClassName
{
border-color: #C97BEC;
}
</style>