Shades of Heliotrope #C972F8
Tints of Heliotrope #C972F8
RGB
CMYK
RGB Variations
Color information
#C972F8 (or 0xC972F8) is known color: Heliotrope. HEX triplet: C9, 72 and F8. RGB value is (201,114,248). Sum of RGB (Red+Green+Blue) = 201+114+248=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 114 (44.92% from 255 or 20.25% from 563); Blue value is 248 (97.27% from 255 or 44.05% from 563); Max value from RGB is 248 - color contains mainly: blue. Hex color #C972F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C972F8 is #368D07. Grayscale: #9A9A9A. Windows color (decimal): -3575048 or 16282313. OLE color: 16282313.
HSL color Cylindrical-coordinate representation of color #C972F8: hue angle of 278.96º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C972F8 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 114 | 248 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.03 |
| HSL | 278.96º | 0.91% | 0.71% | - |
| HSV(B) | 278.96º | 0.54% | 0.97% | - |
| XYZ | 47.05 | 31.23 | 92.36 | - |
| YUV | 155.29 | 180.32 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 248 | 0.19 | 0.54 | 0 | 0.03 | 278.96 | 0.91 | 0.71 |
| Hex | C9 | 72 | F8 | 13 | 36 | 0 | 3 | 117 | 5B | 47 |
| Octal | 311 | 162 | 370 | 23 | 66 | 0 | 3 | 427 | 133 | 107 |
| Binary | 11001001 | 1110010 | 11111000 | 10011 | 110110 | 0 | 11 | 100010111 | 1011011 | 1000111 |
Color Harmonies of #C972F8
Complementary color
Monochromatic Colors of #C972F8
Black with #C972F8
Text Example
Text Example
White with #C972F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C972F8; }
p { color: rgb(201,114,248); }
H1.HeaderClassName
{
color: #C972F8;
}
.AnyTagClassName
{
color: #C972F8;
}
</style>
background-color css
<style>
a { background-color: #C972F8; }
a { background-color: rgb(201,114,248); }
div.DivClassName
{
background-color: #C972F8;
}
.BgClassName
{
background-color: #C972F8;
}
</style>
border-color css
<style>
span { border-color: #C972F8; }
span { border-color: rgb(201,114,248); }
td.TdClassName
{
border-color: #C972F8;
}
.TagClassName
{
border-color: #C972F8;
}
</style>