Shades of Heliotrope #C872F5
Tints of Heliotrope #C872F5
RGB
CMYK
RGB Variations
Color information
#C872F5 (or 0xC872F5) is known color: Heliotrope. HEX triplet: C8, 72 and F5. RGB value is (200,114,245). Sum of RGB (Red+Green+Blue) = 200+114+245=559 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.78% from 559); Green value is 114 (44.92% from 255 or 20.39% from 559); Blue value is 245 (96.09% from 255 or 43.83% from 559); Max value from RGB is 245 - color contains mainly: blue. Hex color #C872F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C872F5 is #378D0A. Grayscale: #9A9A9A. Windows color (decimal): -3640587 or 16085704. OLE color: 16085704.
HSL color Cylindrical-coordinate representation of color #C872F5: hue angle of 279.39º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C872F5 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 114 | 245 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.04 |
| HSL | 279.39º | 0.87% | 0.7% | - |
| HSV(B) | 279.39º | 0.53% | 0.96% | - |
| XYZ | 46.32 | 30.91 | 89.91 | - |
| YUV | 154.65 | 178.99 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 245 | 0.18 | 0.53 | 0 | 0.04 | 279.39 | 0.87 | 0.7 |
| Hex | C8 | 72 | F5 | 12 | 35 | 0 | 4 | 117 | 57 | 46 |
| Octal | 310 | 162 | 365 | 22 | 65 | 0 | 4 | 427 | 127 | 106 |
| Binary | 11001000 | 1110010 | 11110101 | 10010 | 110101 | 0 | 100 | 100010111 | 1010111 | 1000110 |
Color Harmonies of #C872F5
Complementary color
Monochromatic Colors of #C872F5
Black with #C872F5
Text Example
Text Example
White with #C872F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C872F5; }
p { color: rgb(200,114,245); }
H1.HeaderClassName
{
color: #C872F5;
}
.AnyTagClassName
{
color: #C872F5;
}
</style>
background-color css
<style>
a { background-color: #C872F5; }
a { background-color: rgb(200,114,245); }
div.DivClassName
{
background-color: #C872F5;
}
.BgClassName
{
background-color: #C872F5;
}
</style>
border-color css
<style>
span { border-color: #C872F5; }
span { border-color: rgb(200,114,245); }
td.TdClassName
{
border-color: #C872F5;
}
.TagClassName
{
border-color: #C872F5;
}
</style>