Shades of Heliotrope #C972FB
Tints of Heliotrope #C972FB
RGB
CMYK
RGB Variations
Color information
#C972FB (or 0xC972FB) is known color: Heliotrope. HEX triplet: C9, 72 and FB. RGB value is (201,114,251). Sum of RGB (Red+Green+Blue) = 201+114+251=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 114 (44.92% from 255 or 20.14% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #C972FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C972FB is #368D04. Grayscale: #9B9B9B. Windows color (decimal): -3575045 or 16478921. OLE color: 16478921.
HSL color Cylindrical-coordinate representation of color #C972FB: hue angle of 278.1º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C972FB is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 114 | 251 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.02 |
| HSL | 278.1º | 0.94% | 0.72% | - |
| HSV(B) | 278.1º | 0.55% | 0.98% | - |
| XYZ | 47.52 | 31.42 | 94.83 | - |
| YUV | 155.63 | 181.82 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 251 | 0.20 | 0.55 | 0 | 0.02 | 278.1 | 0.94 | 0.72 |
| Hex | C9 | 72 | FB | 14 | 37 | 0 | 2 | 116 | 5E | 48 |
| Octal | 311 | 162 | 373 | 24 | 67 | 0 | 2 | 426 | 136 | 110 |
| Binary | 11001001 | 1110010 | 11111011 | 10100 | 110111 | 0 | 10 | 100010110 | 1011110 | 1001000 |
Color Harmonies of #C972FB
Complementary color
Monochromatic Colors of #C972FB
Black with #C972FB
Text Example
Text Example
White with #C972FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C972FB; }
p { color: rgb(201,114,251); }
H1.HeaderClassName
{
color: #C972FB;
}
.AnyTagClassName
{
color: #C972FB;
}
</style>
background-color css
<style>
a { background-color: #C972FB; }
a { background-color: rgb(201,114,251); }
div.DivClassName
{
background-color: #C972FB;
}
.BgClassName
{
background-color: #C972FB;
}
</style>
border-color css
<style>
span { border-color: #C972FB; }
span { border-color: rgb(201,114,251); }
td.TdClassName
{
border-color: #C972FB;
}
.TagClassName
{
border-color: #C972FB;
}
</style>