Shades of Heliotrope #C97DEC
Tints of Heliotrope #C97DEC
RGB
CMYK
RGB Variations
Color information
#C97DEC (or 0xC97DEC) is known color: Heliotrope. HEX triplet: C9, 7D and EC. RGB value is (201,125,236). Sum of RGB (Red+Green+Blue) = 201+125+236=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 125 (49.22% from 255 or 22.24% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #C97DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97DEC is #368213. Grayscale: #A0A0A0. Windows color (decimal): -3572244 or 15498697. OLE color: 15498697.
HSL color Cylindrical-coordinate representation of color #C97DEC: hue angle of 281.08º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C97DEC is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 125 | 236 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.07 |
| HSL | 281.08º | 0.74% | 0.71% | - |
| HSV(B) | 281.08º | 0.47% | 0.93% | - |
| XYZ | 46.56 | 33.14 | 83.3 | - |
| YUV | 160.38 | 170.68 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 125 | 236 | 0.15 | 0.47 | 0 | 0.07 | 281.08 | 0.74 | 0.71 |
| Hex | C9 | 7D | EC | F | 2F | 0 | 7 | 119 | 4A | 47 |
| Octal | 311 | 175 | 354 | 17 | 57 | 0 | 7 | 431 | 112 | 107 |
| Binary | 11001001 | 1111101 | 11101100 | 1111 | 101111 | 0 | 111 | 100011001 | 1001010 | 1000111 |
Color Harmonies of #C97DEC
Complementary color
Monochromatic Colors of #C97DEC
Black with #C97DEC
Text Example
Text Example
White with #C97DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97DEC; }
p { color: rgb(201,125,236); }
H1.HeaderClassName
{
color: #C97DEC;
}
.AnyTagClassName
{
color: #C97DEC;
}
</style>
background-color css
<style>
a { background-color: #C97DEC; }
a { background-color: rgb(201,125,236); }
div.DivClassName
{
background-color: #C97DEC;
}
.BgClassName
{
background-color: #C97DEC;
}
</style>
border-color css
<style>
span { border-color: #C97DEC; }
span { border-color: rgb(201,125,236); }
td.TdClassName
{
border-color: #C97DEC;
}
.TagClassName
{
border-color: #C97DEC;
}
</style>