Shades of Heliotrope #C272FA
Tints of Heliotrope #C272FA
RGB
CMYK
RGB Variations
Color information
#C272FA (or 0xC272FA) is known color: Heliotrope. HEX triplet: C2, 72 and FA. RGB value is (194,114,250). Sum of RGB (Red+Green+Blue) = 194+114+250=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 114 (44.92% from 255 or 20.43% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #C272FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C272FA is #3D8D05. Grayscale: #989898. Windows color (decimal): -4033798 or 16413378. OLE color: 16413378.
HSL color Cylindrical-coordinate representation of color #C272FA: hue angle of 275.29º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C272FA is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 114 | 250 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.02 |
| HSL | 275.29º | 0.93% | 0.71% | - |
| HSV(B) | 275.29º | 0.54% | 0.98% | - |
| XYZ | 45.52 | 30.41 | 93.91 | - |
| YUV | 153.42 | 182.5 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 250 | 0.22 | 0.54 | 0 | 0.02 | 275.29 | 0.93 | 0.71 |
| Hex | C2 | 72 | FA | 16 | 36 | 0 | 2 | 113 | 5D | 47 |
| Octal | 302 | 162 | 372 | 26 | 66 | 0 | 2 | 423 | 135 | 107 |
| Binary | 11000010 | 1110010 | 11111010 | 10110 | 110110 | 0 | 10 | 100010011 | 1011101 | 1000111 |
Color Harmonies of #C272FA
Complementary color
Monochromatic Colors of #C272FA
Black with #C272FA
Text Example
Text Example
White with #C272FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C272FA; }
p { color: rgb(194,114,250); }
H1.HeaderClassName
{
color: #C272FA;
}
.AnyTagClassName
{
color: #C272FA;
}
</style>
background-color css
<style>
a { background-color: #C272FA; }
a { background-color: rgb(194,114,250); }
div.DivClassName
{
background-color: #C272FA;
}
.BgClassName
{
background-color: #C272FA;
}
</style>
border-color css
<style>
span { border-color: #C272FA; }
span { border-color: rgb(194,114,250); }
td.TdClassName
{
border-color: #C272FA;
}
.TagClassName
{
border-color: #C272FA;
}
</style>