Shades of Heliotrope #C972FE
Tints of Heliotrope #C972FE
RGB
CMYK
RGB Variations
Color information
#C972FE (or 0xC972FE) is known color: Heliotrope. HEX triplet: C9, 72 and FE. RGB value is (201,114,254). Sum of RGB (Red+Green+Blue) = 201+114+254=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 114 (44.92% from 255 or 20.04% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #C972FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C972FE is #368D01. Grayscale: #9B9B9B. Windows color (decimal): -3575042 or 16675529. OLE color: 16675529.
HSL color Cylindrical-coordinate representation of color #C972FE: hue angle of 277.29º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C972FE is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 114 | 254 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.00 |
| HSL | 277.29º | 0.99% | 0.72% | - |
| HSV(B) | 277.29º | 0.55% | 1% | - |
| XYZ | 47.99 | 31.61 | 97.34 | - |
| YUV | 155.97 | 183.32 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 254 | 0.21 | 0.55 | 0 | 0.00 | 277.29 | 0.99 | 0.72 |
| Hex | C9 | 72 | FE | 15 | 37 | 0 | 0 | 115 | 63 | 48 |
| Octal | 311 | 162 | 376 | 25 | 67 | 0 | 0 | 425 | 143 | 110 |
| Binary | 11001001 | 1110010 | 11111110 | 10101 | 110111 | 0 | 0 | 100010101 | 1100011 | 1001000 |
Color Harmonies of #C972FE
Complementary color
Monochromatic Colors of #C972FE
Black with #C972FE
Text Example
Text Example
White with #C972FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C972FE; }
p { color: rgb(201,114,254); }
H1.HeaderClassName
{
color: #C972FE;
}
.AnyTagClassName
{
color: #C972FE;
}
</style>
background-color css
<style>
a { background-color: #C972FE; }
a { background-color: rgb(201,114,254); }
div.DivClassName
{
background-color: #C972FE;
}
.BgClassName
{
background-color: #C972FE;
}
</style>
border-color css
<style>
span { border-color: #C972FE; }
span { border-color: rgb(201,114,254); }
td.TdClassName
{
border-color: #C972FE;
}
.TagClassName
{
border-color: #C972FE;
}
</style>