Shades of Heliotrope #C072FD
Tints of Heliotrope #C072FD
RGB
CMYK
RGB Variations
Color information
#C072FD (or 0xC072FD) is known color: Heliotrope. HEX triplet: C0, 72 and FD. RGB value is (192,114,253). Sum of RGB (Red+Green+Blue) = 192+114+253=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 114 (44.92% from 255 or 20.39% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #C072FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C072FD is #3F8D02. Grayscale: #989898. Windows color (decimal): -4164867 or 16609984. OLE color: 16609984.
HSL color Cylindrical-coordinate representation of color #C072FD: hue angle of 273.67º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C072FD is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 114 | 253 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.01 |
| HSL | 273.67º | 0.97% | 0.72% | - |
| HSV(B) | 273.67º | 0.55% | 0.99% | - |
| XYZ | 45.49 | 30.33 | 96.39 | - |
| YUV | 153.17 | 184.34 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 253 | 0.24 | 0.55 | 0 | 0.01 | 273.67 | 0.97 | 0.72 |
| Hex | C0 | 72 | FD | 18 | 37 | 0 | 1 | 112 | 61 | 48 |
| Octal | 300 | 162 | 375 | 30 | 67 | 0 | 1 | 422 | 141 | 110 |
| Binary | 11000000 | 1110010 | 11111101 | 11000 | 110111 | 0 | 1 | 100010010 | 1100001 | 1001000 |
Color Harmonies of #C072FD
Complementary color
Monochromatic Colors of #C072FD
Black with #C072FD
Text Example
Text Example
White with #C072FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C072FD; }
p { color: rgb(192,114,253); }
H1.HeaderClassName
{
color: #C072FD;
}
.AnyTagClassName
{
color: #C072FD;
}
</style>
background-color css
<style>
a { background-color: #C072FD; }
a { background-color: rgb(192,114,253); }
div.DivClassName
{
background-color: #C072FD;
}
.BgClassName
{
background-color: #C072FD;
}
</style>
border-color css
<style>
span { border-color: #C072FD; }
span { border-color: rgb(192,114,253); }
td.TdClassName
{
border-color: #C072FD;
}
.TagClassName
{
border-color: #C072FD;
}
</style>