Shades of Heliotrope #C872F1
Tints of Heliotrope #C872F1
RGB
CMYK
RGB Variations
Color information
#C872F1 (or 0xC872F1) is known color: Heliotrope. HEX triplet: C8, 72 and F1. RGB value is (200,114,241). Sum of RGB (Red+Green+Blue) = 200+114+241=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 114 (44.92% from 255 or 20.54% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #C872F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C872F1 is #378D0E. Grayscale: #999999. Windows color (decimal): -3640591 or 15823560. OLE color: 15823560.
HSL color Cylindrical-coordinate representation of color #C872F1: hue angle of 280.63º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C872F1 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 114 | 241 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.05 |
| HSL | 280.63º | 0.82% | 0.7% | - |
| HSV(B) | 280.63º | 0.53% | 0.95% | - |
| XYZ | 45.71 | 30.66 | 86.73 | - |
| YUV | 154.19 | 176.99 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 241 | 0.17 | 0.53 | 0 | 0.05 | 280.63 | 0.82 | 0.7 |
| Hex | C8 | 72 | F1 | 11 | 35 | 0 | 5 | 119 | 52 | 46 |
| Octal | 310 | 162 | 361 | 21 | 65 | 0 | 5 | 431 | 122 | 106 |
| Binary | 11001000 | 1110010 | 11110001 | 10001 | 110101 | 0 | 101 | 100011001 | 1010010 | 1000110 |
Color Harmonies of #C872F1
Complementary color
Monochromatic Colors of #C872F1
Black with #C872F1
Text Example
Text Example
White with #C872F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C872F1; }
p { color: rgb(200,114,241); }
H1.HeaderClassName
{
color: #C872F1;
}
.AnyTagClassName
{
color: #C872F1;
}
</style>
background-color css
<style>
a { background-color: #C872F1; }
a { background-color: rgb(200,114,241); }
div.DivClassName
{
background-color: #C872F1;
}
.BgClassName
{
background-color: #C872F1;
}
</style>
border-color css
<style>
span { border-color: #C872F1; }
span { border-color: rgb(200,114,241); }
td.TdClassName
{
border-color: #C872F1;
}
.TagClassName
{
border-color: #C872F1;
}
</style>