Shades of Heliotrope #C272FF
Tints of Heliotrope #C272FF
RGB
CMYK
RGB Variations
Color information
#C272FF (or 0xC272FF) is known color: Heliotrope. HEX triplet: C2, 72 and FF. RGB value is (194,114,255). Sum of RGB (Red+Green+Blue) = 194+114+255=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 114 (44.92% from 255 or 20.25% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #C272FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C272FF is #3D8D00. Grayscale: #999999. Windows color (decimal): -4033793 or 16741058. OLE color: 16741058.
HSL color Cylindrical-coordinate representation of color #C272FF: hue angle of 274.04º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C272FF is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 114 | 255 | - |
| CMYK | 0.24 | 0.55 | 0 | 0 |
| HSL | 274.04º | 1% | 0.72% | - |
| HSV(B) | 274.04º | 0.55% | 1% | - |
| XYZ | 46.32 | 30.72 | 98.1 | - |
| YUV | 153.99 | 185 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 255 | 0.24 | 0.55 | 0 | 0 | 274.04 | 1 | 0.72 |
| Hex | C2 | 72 | FF | 18 | 37 | 0 | 0 | 112 | 64 | 48 |
| Octal | 302 | 162 | 377 | 30 | 67 | 0 | 0 | 422 | 144 | 110 |
| Binary | 11000010 | 1110010 | 11111111 | 11000 | 110111 | 0 | 0 | 100010010 | 1100100 | 1001000 |
Color Harmonies of #C272FF
Complementary color
Monochromatic Colors of #C272FF
Black with #C272FF
Text Example
Text Example
White with #C272FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C272FF; }
p { color: rgb(194,114,255); }
H1.HeaderClassName
{
color: #C272FF;
}
.AnyTagClassName
{
color: #C272FF;
}
</style>
background-color css
<style>
a { background-color: #C272FF; }
a { background-color: rgb(194,114,255); }
div.DivClassName
{
background-color: #C272FF;
}
.BgClassName
{
background-color: #C272FF;
}
</style>
border-color css
<style>
span { border-color: #C272FF; }
span { border-color: rgb(194,114,255); }
td.TdClassName
{
border-color: #C272FF;
}
.TagClassName
{
border-color: #C272FF;
}
</style>