Shades of Heliotrope #C97BEE
Tints of Heliotrope #C97BEE
RGB
CMYK
RGB Variations
Color information
#C97BEE (or 0xC97BEE) is known color: Heliotrope. HEX triplet: C9, 7B and EE. RGB value is (201,123,238). Sum of RGB (Red+Green+Blue) = 201+123+238=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 123 (48.44% from 255 or 21.89% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #C97BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97BEE is #368411. Grayscale: #9F9F9F. Windows color (decimal): -3572754 or 15629257. OLE color: 15629257.
HSL color Cylindrical-coordinate representation of color #C97BEE: hue angle of 280.7º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C97BEE is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 123 | 238 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.07 |
| HSL | 280.7º | 0.77% | 0.71% | - |
| HSV(B) | 280.7º | 0.48% | 0.93% | - |
| XYZ | 46.6 | 32.76 | 84.76 | - |
| YUV | 159.43 | 172.34 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 123 | 238 | 0.16 | 0.48 | 0 | 0.07 | 280.7 | 0.77 | 0.71 |
| Hex | C9 | 7B | EE | 10 | 30 | 0 | 7 | 119 | 4D | 47 |
| Octal | 311 | 173 | 356 | 20 | 60 | 0 | 7 | 431 | 115 | 107 |
| Binary | 11001001 | 1111011 | 11101110 | 10000 | 110000 | 0 | 111 | 100011001 | 1001101 | 1000111 |
Color Harmonies of #C97BEE
Complementary color
Monochromatic Colors of #C97BEE
Black with #C97BEE
Text Example
Text Example
White with #C97BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97BEE; }
p { color: rgb(201,123,238); }
H1.HeaderClassName
{
color: #C97BEE;
}
.AnyTagClassName
{
color: #C97BEE;
}
</style>
background-color css
<style>
a { background-color: #C97BEE; }
a { background-color: rgb(201,123,238); }
div.DivClassName
{
background-color: #C97BEE;
}
.BgClassName
{
background-color: #C97BEE;
}
</style>
border-color css
<style>
span { border-color: #C97BEE; }
span { border-color: rgb(201,123,238); }
td.TdClassName
{
border-color: #C97BEE;
}
.TagClassName
{
border-color: #C97BEE;
}
</style>