Shades of Heliotrope #C972ED
Tints of Heliotrope #C972ED
RGB
CMYK
RGB Variations
Color information
#C972ED (or 0xC972ED) is known color: Heliotrope. HEX triplet: C9, 72 and ED. RGB value is (201,114,237). Sum of RGB (Red+Green+Blue) = 201+114+237=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 114 (44.92% from 255 or 20.65% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #C972ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C972ED is #368D12. Grayscale: #999999. Windows color (decimal): -3575059 or 15561417. OLE color: 15561417.
HSL color Cylindrical-coordinate representation of color #C972ED: hue angle of 282.44º degrees, saturation: 0.77, 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 #C972ED is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 114 | 237 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.07 |
| HSL | 282.44º | 0.77% | 0.69% | - |
| HSV(B) | 282.44º | 0.52% | 0.93% | - |
| XYZ | 45.39 | 30.57 | 83.63 | - |
| YUV | 154.04 | 174.82 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 237 | 0.15 | 0.52 | 0 | 0.07 | 282.44 | 0.77 | 0.69 |
| Hex | C9 | 72 | ED | F | 34 | 0 | 7 | 11A | 4D | 45 |
| Octal | 311 | 162 | 355 | 17 | 64 | 0 | 7 | 432 | 115 | 105 |
| Binary | 11001001 | 1110010 | 11101101 | 1111 | 110100 | 0 | 111 | 100011010 | 1001101 | 1000101 |
Color Harmonies of #C972ED
Complementary color
Monochromatic Colors of #C972ED
Black with #C972ED
Text Example
Text Example
White with #C972ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C972ED; }
p { color: rgb(201,114,237); }
H1.HeaderClassName
{
color: #C972ED;
}
.AnyTagClassName
{
color: #C972ED;
}
</style>
background-color css
<style>
a { background-color: #C972ED; }
a { background-color: rgb(201,114,237); }
div.DivClassName
{
background-color: #C972ED;
}
.BgClassName
{
background-color: #C972ED;
}
</style>
border-color css
<style>
span { border-color: #C972ED; }
span { border-color: rgb(201,114,237); }
td.TdClassName
{
border-color: #C972ED;
}
.TagClassName
{
border-color: #C972ED;
}
</style>