Shades of Heliotrope #C97CEE
Tints of Heliotrope #C97CEE
RGB
CMYK
RGB Variations
Color information
#C97CEE (or 0xC97CEE) is known color: Heliotrope. HEX triplet: C9, 7C and EE. RGB value is (201,124,238). Sum of RGB (Red+Green+Blue) = 201+124+238=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 124 (48.83% from 255 or 22.02% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #C97CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97CEE is #368311. Grayscale: #9F9F9F. Windows color (decimal): -3572498 or 15629513. OLE color: 15629513.
HSL color Cylindrical-coordinate representation of color #C97CEE: hue angle of 280.53º 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 #C97CEE is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 124 | 238 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.07 |
| HSL | 280.53º | 0.77% | 0.71% | - |
| HSV(B) | 280.53º | 0.48% | 0.93% | - |
| XYZ | 46.73 | 33.01 | 84.8 | - |
| YUV | 160.02 | 172.01 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 124 | 238 | 0.16 | 0.48 | 0 | 0.07 | 280.53 | 0.77 | 0.71 |
| Hex | C9 | 7C | EE | 10 | 30 | 0 | 7 | 119 | 4D | 47 |
| Octal | 311 | 174 | 356 | 20 | 60 | 0 | 7 | 431 | 115 | 107 |
| Binary | 11001001 | 1111100 | 11101110 | 10000 | 110000 | 0 | 111 | 100011001 | 1001101 | 1000111 |
Color Harmonies of #C97CEE
Complementary color
Monochromatic Colors of #C97CEE
Black with #C97CEE
Text Example
Text Example
White with #C97CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97CEE; }
p { color: rgb(201,124,238); }
H1.HeaderClassName
{
color: #C97CEE;
}
.AnyTagClassName
{
color: #C97CEE;
}
</style>
background-color css
<style>
a { background-color: #C97CEE; }
a { background-color: rgb(201,124,238); }
div.DivClassName
{
background-color: #C97CEE;
}
.BgClassName
{
background-color: #C97CEE;
}
</style>
border-color css
<style>
span { border-color: #C97CEE; }
span { border-color: rgb(201,124,238); }
td.TdClassName
{
border-color: #C97CEE;
}
.TagClassName
{
border-color: #C97CEE;
}
</style>