Shades of Heliotrope #C972FC
Tints of Heliotrope #C972FC
RGB
CMYK
RGB Variations
Color information
#C972FC (or 0xC972FC) is known color: Heliotrope. HEX triplet: C9, 72 and FC. RGB value is (201,114,252). Sum of RGB (Red+Green+Blue) = 201+114+252=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 114 (44.92% from 255 or 20.11% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #C972FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C972FC is #368D03. Grayscale: #9B9B9B. Windows color (decimal): -3575044 or 16544457. OLE color: 16544457.
HSL color Cylindrical-coordinate representation of color #C972FC: hue angle of 277.83º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C972FC is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 114 | 252 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.01 |
| HSL | 277.83º | 0.96% | 0.72% | - |
| HSV(B) | 277.83º | 0.55% | 0.99% | - |
| XYZ | 47.68 | 31.48 | 95.66 | - |
| YUV | 155.75 | 182.32 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 252 | 0.20 | 0.55 | 0 | 0.01 | 277.83 | 0.96 | 0.72 |
| Hex | C9 | 72 | FC | 14 | 37 | 0 | 1 | 116 | 60 | 48 |
| Octal | 311 | 162 | 374 | 24 | 67 | 0 | 1 | 426 | 140 | 110 |
| Binary | 11001001 | 1110010 | 11111100 | 10100 | 110111 | 0 | 1 | 100010110 | 1100000 | 1001000 |
Color Harmonies of #C972FC
Complementary color
Monochromatic Colors of #C972FC
Black with #C972FC
Text Example
Text Example
White with #C972FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C972FC; }
p { color: rgb(201,114,252); }
H1.HeaderClassName
{
color: #C972FC;
}
.AnyTagClassName
{
color: #C972FC;
}
</style>
background-color css
<style>
a { background-color: #C972FC; }
a { background-color: rgb(201,114,252); }
div.DivClassName
{
background-color: #C972FC;
}
.BgClassName
{
background-color: #C972FC;
}
</style>
border-color css
<style>
span { border-color: #C972FC; }
span { border-color: rgb(201,114,252); }
td.TdClassName
{
border-color: #C972FC;
}
.TagClassName
{
border-color: #C972FC;
}
</style>