Shades of Heliotrope #C97FEE
Tints of Heliotrope #C97FEE
RGB
CMYK
RGB Variations
Color information
#C97FEE (or 0xC97FEE) is known color: Heliotrope. HEX triplet: C9, 7F and EE. RGB value is (201,127,238). Sum of RGB (Red+Green+Blue) = 201+127+238=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 127 (50% from 255 or 22.44% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #C97FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97FEE is #368011. Grayscale: #A1A1A1. Windows color (decimal): -3571730 or 15630281. OLE color: 15630281.
HSL color Cylindrical-coordinate representation of color #C97FEE: hue angle of 280º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C97FEE is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 127 | 238 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.07 |
| HSL | 280º | 0.77% | 0.72% | - |
| HSV(B) | 280º | 0.47% | 0.93% | - |
| XYZ | 47.11 | 33.77 | 84.92 | - |
| YUV | 161.78 | 171.02 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 127 | 238 | 0.16 | 0.47 | 0 | 0.07 | 280 | 0.77 | 0.72 |
| Hex | C9 | 7F | EE | 10 | 2F | 0 | 7 | 118 | 4D | 48 |
| Octal | 311 | 177 | 356 | 20 | 57 | 0 | 7 | 430 | 115 | 110 |
| Binary | 11001001 | 1111111 | 11101110 | 10000 | 101111 | 0 | 111 | 100011000 | 1001101 | 1001000 |
Color Harmonies of #C97FEE
Complementary color
Monochromatic Colors of #C97FEE
Black with #C97FEE
Text Example
Text Example
White with #C97FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97FEE; }
p { color: rgb(201,127,238); }
H1.HeaderClassName
{
color: #C97FEE;
}
.AnyTagClassName
{
color: #C97FEE;
}
</style>
background-color css
<style>
a { background-color: #C97FEE; }
a { background-color: rgb(201,127,238); }
div.DivClassName
{
background-color: #C97FEE;
}
.BgClassName
{
background-color: #C97FEE;
}
</style>
border-color css
<style>
span { border-color: #C97FEE; }
span { border-color: rgb(201,127,238); }
td.TdClassName
{
border-color: #C97FEE;
}
.TagClassName
{
border-color: #C97FEE;
}
</style>