Shades of Heliotrope #C97FEC
Tints of Heliotrope #C97FEC
RGB
CMYK
RGB Variations
Color information
#C97FEC (or 0xC97FEC) is known color: Heliotrope. HEX triplet: C9, 7F and EC. RGB value is (201,127,236). Sum of RGB (Red+Green+Blue) = 201+127+236=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 127 (50% from 255 or 22.52% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #C97FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97FEC is #368013. Grayscale: #A1A1A1. Windows color (decimal): -3571732 or 15499209. OLE color: 15499209.
HSL color Cylindrical-coordinate representation of color #C97FEC: hue angle of 280.73º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C97FEC is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 127 | 236 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.07 |
| HSL | 280.73º | 0.74% | 0.71% | - |
| HSV(B) | 280.73º | 0.46% | 0.93% | - |
| XYZ | 46.82 | 33.65 | 83.38 | - |
| YUV | 161.55 | 170.02 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 127 | 236 | 0.15 | 0.46 | 0 | 0.07 | 280.73 | 0.74 | 0.71 |
| Hex | C9 | 7F | EC | F | 2E | 0 | 7 | 119 | 4A | 47 |
| Octal | 311 | 177 | 354 | 17 | 56 | 0 | 7 | 431 | 112 | 107 |
| Binary | 11001001 | 1111111 | 11101100 | 1111 | 101110 | 0 | 111 | 100011001 | 1001010 | 1000111 |
Color Harmonies of #C97FEC
Complementary color
Monochromatic Colors of #C97FEC
Black with #C97FEC
Text Example
Text Example
White with #C97FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97FEC; }
p { color: rgb(201,127,236); }
H1.HeaderClassName
{
color: #C97FEC;
}
.AnyTagClassName
{
color: #C97FEC;
}
</style>
background-color css
<style>
a { background-color: #C97FEC; }
a { background-color: rgb(201,127,236); }
div.DivClassName
{
background-color: #C97FEC;
}
.BgClassName
{
background-color: #C97FEC;
}
</style>
border-color css
<style>
span { border-color: #C97FEC; }
span { border-color: rgb(201,127,236); }
td.TdClassName
{
border-color: #C97FEC;
}
.TagClassName
{
border-color: #C97FEC;
}
</style>