Shades of Heliotrope #C072F8
Tints of Heliotrope #C072F8
RGB
CMYK
RGB Variations
Color information
#C072F8 (or 0xC072F8) is known color: Heliotrope. HEX triplet: C0, 72 and F8. RGB value is (192,114,248). Sum of RGB (Red+Green+Blue) = 192+114+248=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 114 (44.92% from 255 or 20.58% from 554); Blue value is 248 (97.27% from 255 or 44.77% from 554); Max value from RGB is 248 - color contains mainly: blue. Hex color #C072F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C072F8 is #3F8D07. Grayscale: #989898. Windows color (decimal): -4164872 or 16282304. OLE color: 16282304.
HSL color Cylindrical-coordinate representation of color #C072F8: hue angle of 274.93º 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 #C072F8 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 114 | 248 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.03 |
| HSL | 274.93º | 0.91% | 0.71% | - |
| HSV(B) | 274.93º | 0.54% | 0.97% | - |
| XYZ | 44.7 | 30.02 | 92.25 | - |
| YUV | 152.6 | 181.84 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 248 | 0.23 | 0.54 | 0 | 0.03 | 274.93 | 0.91 | 0.71 |
| Hex | C0 | 72 | F8 | 17 | 36 | 0 | 3 | 113 | 5B | 47 |
| Octal | 300 | 162 | 370 | 27 | 66 | 0 | 3 | 423 | 133 | 107 |
| Binary | 11000000 | 1110010 | 11111000 | 10111 | 110110 | 0 | 11 | 100010011 | 1011011 | 1000111 |
Color Harmonies of #C072F8
Complementary color
Monochromatic Colors of #C072F8
Black with #C072F8
Text Example
Text Example
White with #C072F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C072F8; }
p { color: rgb(192,114,248); }
H1.HeaderClassName
{
color: #C072F8;
}
.AnyTagClassName
{
color: #C072F8;
}
</style>
background-color css
<style>
a { background-color: #C072F8; }
a { background-color: rgb(192,114,248); }
div.DivClassName
{
background-color: #C072F8;
}
.BgClassName
{
background-color: #C072F8;
}
</style>
border-color css
<style>
span { border-color: #C072F8; }
span { border-color: rgb(192,114,248); }
td.TdClassName
{
border-color: #C072F8;
}
.TagClassName
{
border-color: #C072F8;
}
</style>