Shades of Heliotrope #C972EF
Tints of Heliotrope #C972EF
RGB
CMYK
RGB Variations
Color information
#C972EF (or 0xC972EF) is known color: Heliotrope. HEX triplet: C9, 72 and EF. RGB value is (201,114,239). Sum of RGB (Red+Green+Blue) = 201+114+239=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 114 (44.92% from 255 or 20.58% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #C972EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C972EF is #368D10. Grayscale: #999999. Windows color (decimal): -3575057 or 15692489. OLE color: 15692489.
HSL color Cylindrical-coordinate representation of color #C972EF: hue angle of 281.76º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C972EF is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 114 | 239 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.06 |
| HSL | 281.76º | 0.8% | 0.69% | - |
| HSV(B) | 281.76º | 0.52% | 0.94% | - |
| XYZ | 45.68 | 30.68 | 85.18 | - |
| YUV | 154.26 | 175.82 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 239 | 0.16 | 0.52 | 0 | 0.06 | 281.76 | 0.8 | 0.69 |
| Hex | C9 | 72 | EF | 10 | 34 | 0 | 6 | 11A | 50 | 45 |
| Octal | 311 | 162 | 357 | 20 | 64 | 0 | 6 | 432 | 120 | 105 |
| Binary | 11001001 | 1110010 | 11101111 | 10000 | 110100 | 0 | 110 | 100011010 | 1010000 | 1000101 |
Color Harmonies of #C972EF
Complementary color
Monochromatic Colors of #C972EF
Black with #C972EF
Text Example
Text Example
White with #C972EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C972EF; }
p { color: rgb(201,114,239); }
H1.HeaderClassName
{
color: #C972EF;
}
.AnyTagClassName
{
color: #C972EF;
}
</style>
background-color css
<style>
a { background-color: #C972EF; }
a { background-color: rgb(201,114,239); }
div.DivClassName
{
background-color: #C972EF;
}
.BgClassName
{
background-color: #C972EF;
}
</style>
border-color css
<style>
span { border-color: #C972EF; }
span { border-color: rgb(201,114,239); }
td.TdClassName
{
border-color: #C972EF;
}
.TagClassName
{
border-color: #C972EF;
}
</style>