Shades of Heliotrope #C97FEF
Tints of Heliotrope #C97FEF
RGB
CMYK
RGB Variations
Color information
#C97FEF (or 0xC97FEF) is known color: Heliotrope. HEX triplet: C9, 7F and EF. RGB value is (201,127,239). Sum of RGB (Red+Green+Blue) = 201+127+239=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 127 (50% from 255 or 22.40% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #C97FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97FEF is #368010. Grayscale: #A1A1A1. Windows color (decimal): -3571729 or 15695817. OLE color: 15695817.
HSL color Cylindrical-coordinate representation of color #C97FEF: hue angle of 279.64º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C97FEF is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 127 | 239 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.06 |
| HSL | 279.64º | 0.78% | 0.72% | - |
| HSV(B) | 279.64º | 0.47% | 0.94% | - |
| XYZ | 47.26 | 33.83 | 85.7 | - |
| YUV | 161.89 | 171.52 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 127 | 239 | 0.16 | 0.47 | 0 | 0.06 | 279.64 | 0.78 | 0.72 |
| Hex | C9 | 7F | EF | 10 | 2F | 0 | 6 | 118 | 4E | 48 |
| Octal | 311 | 177 | 357 | 20 | 57 | 0 | 6 | 430 | 116 | 110 |
| Binary | 11001001 | 1111111 | 11101111 | 10000 | 101111 | 0 | 110 | 100011000 | 1001110 | 1001000 |
Color Harmonies of #C97FEF
Complementary color
Monochromatic Colors of #C97FEF
Black with #C97FEF
Text Example
Text Example
White with #C97FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97FEF; }
p { color: rgb(201,127,239); }
H1.HeaderClassName
{
color: #C97FEF;
}
.AnyTagClassName
{
color: #C97FEF;
}
</style>
background-color css
<style>
a { background-color: #C97FEF; }
a { background-color: rgb(201,127,239); }
div.DivClassName
{
background-color: #C97FEF;
}
.BgClassName
{
background-color: #C97FEF;
}
</style>
border-color css
<style>
span { border-color: #C97FEF; }
span { border-color: rgb(201,127,239); }
td.TdClassName
{
border-color: #C97FEF;
}
.TagClassName
{
border-color: #C97FEF;
}
</style>