Shades of Heliotrope #C072FB
Tints of Heliotrope #C072FB
RGB
CMYK
RGB Variations
Color information
#C072FB (or 0xC072FB) is known color: Heliotrope. HEX triplet: C0, 72 and FB. RGB value is (192,114,251). Sum of RGB (Red+Green+Blue) = 192+114+251=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 114 (44.92% from 255 or 20.47% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #C072FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C072FB is #3F8D04. Grayscale: #989898. Windows color (decimal): -4164869 or 16478912. OLE color: 16478912.
HSL color Cylindrical-coordinate representation of color #C072FB: hue angle of 274.16º 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 #C072FB is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 114 | 251 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.02 |
| HSL | 274.16º | 0.94% | 0.72% | - |
| HSV(B) | 274.16º | 0.55% | 0.98% | - |
| XYZ | 45.17 | 30.21 | 94.72 | - |
| YUV | 152.94 | 183.34 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 251 | 0.24 | 0.55 | 0 | 0.02 | 274.16 | 0.94 | 0.72 |
| Hex | C0 | 72 | FB | 18 | 37 | 0 | 2 | 112 | 5E | 48 |
| Octal | 300 | 162 | 373 | 30 | 67 | 0 | 2 | 422 | 136 | 110 |
| Binary | 11000000 | 1110010 | 11111011 | 11000 | 110111 | 0 | 10 | 100010010 | 1011110 | 1001000 |
Color Harmonies of #C072FB
Complementary color
Monochromatic Colors of #C072FB
Black with #C072FB
Text Example
Text Example
White with #C072FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C072FB; }
p { color: rgb(192,114,251); }
H1.HeaderClassName
{
color: #C072FB;
}
.AnyTagClassName
{
color: #C072FB;
}
</style>
background-color css
<style>
a { background-color: #C072FB; }
a { background-color: rgb(192,114,251); }
div.DivClassName
{
background-color: #C072FB;
}
.BgClassName
{
background-color: #C072FB;
}
</style>
border-color css
<style>
span { border-color: #C072FB; }
span { border-color: rgb(192,114,251); }
td.TdClassName
{
border-color: #C072FB;
}
.TagClassName
{
border-color: #C072FB;
}
</style>