Shades of Heliotrope #C973EE
Tints of Heliotrope #C973EE
RGB
CMYK
RGB Variations
Color information
#C973EE (or 0xC973EE) is known color: Heliotrope. HEX triplet: C9, 73 and EE. RGB value is (201,115,238). Sum of RGB (Red+Green+Blue) = 201+115+238=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 115 (45.31% from 255 or 20.76% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #C973EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C973EE is #368C11. Grayscale: #9A9A9A. Windows color (decimal): -3574802 or 15627209. OLE color: 15627209.
HSL color Cylindrical-coordinate representation of color #C973EE: hue angle of 281.95º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C973EE is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 115 | 238 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.07 |
| HSL | 281.95º | 0.78% | 0.69% | - |
| HSV(B) | 281.95º | 0.52% | 0.93% | - |
| XYZ | 45.65 | 30.85 | 84.44 | - |
| YUV | 154.74 | 174.99 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 238 | 0.16 | 0.52 | 0 | 0.07 | 281.95 | 0.78 | 0.69 |
| Hex | C9 | 73 | EE | 10 | 34 | 0 | 7 | 11A | 4E | 45 |
| Octal | 311 | 163 | 356 | 20 | 64 | 0 | 7 | 432 | 116 | 105 |
| Binary | 11001001 | 1110011 | 11101110 | 10000 | 110100 | 0 | 111 | 100011010 | 1001110 | 1000101 |
Color Harmonies of #C973EE
Complementary color
Monochromatic Colors of #C973EE
Black with #C973EE
Text Example
Text Example
White with #C973EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C973EE; }
p { color: rgb(201,115,238); }
H1.HeaderClassName
{
color: #C973EE;
}
.AnyTagClassName
{
color: #C973EE;
}
</style>
background-color css
<style>
a { background-color: #C973EE; }
a { background-color: rgb(201,115,238); }
div.DivClassName
{
background-color: #C973EE;
}
.BgClassName
{
background-color: #C973EE;
}
</style>
border-color css
<style>
span { border-color: #C973EE; }
span { border-color: rgb(201,115,238); }
td.TdClassName
{
border-color: #C973EE;
}
.TagClassName
{
border-color: #C973EE;
}
</style>