Shades of Heliotrope #C472FF
Tints of Heliotrope #C472FF
RGB
CMYK
RGB Variations
Color information
#C472FF (or 0xC472FF) is known color: Heliotrope. HEX triplet: C4, 72 and FF. RGB value is (196,114,255). Sum of RGB (Red+Green+Blue) = 196+114+255=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 114 (44.92% from 255 or 20.18% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #C472FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C472FF is #3B8D00. Grayscale: #9A9A9A. Windows color (decimal): -3902721 or 16741060. OLE color: 16741060.
HSL color Cylindrical-coordinate representation of color #C472FF: hue angle of 274.89º 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 #C472FF is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 114 | 255 | - |
| CMYK | 0.23 | 0.55 | 0 | 0 |
| HSL | 274.89º | 1% | 0.72% | - |
| HSV(B) | 274.89º | 0.55% | 1% | - |
| XYZ | 46.83 | 30.99 | 98.12 | - |
| YUV | 154.59 | 184.67 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 255 | 0.23 | 0.55 | 0 | 0 | 274.89 | 1 | 0.72 |
| Hex | C4 | 72 | FF | 17 | 37 | 0 | 0 | 113 | 64 | 48 |
| Octal | 304 | 162 | 377 | 27 | 67 | 0 | 0 | 423 | 144 | 110 |
| Binary | 11000100 | 1110010 | 11111111 | 10111 | 110111 | 0 | 0 | 100010011 | 1100100 | 1001000 |
Color Harmonies of #C472FF
Complementary color
Monochromatic Colors of #C472FF
Black with #C472FF
Text Example
Text Example
White with #C472FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C472FF; }
p { color: rgb(196,114,255); }
H1.HeaderClassName
{
color: #C472FF;
}
.AnyTagClassName
{
color: #C472FF;
}
</style>
background-color css
<style>
a { background-color: #C472FF; }
a { background-color: rgb(196,114,255); }
div.DivClassName
{
background-color: #C472FF;
}
.BgClassName
{
background-color: #C472FF;
}
</style>
border-color css
<style>
span { border-color: #C472FF; }
span { border-color: rgb(196,114,255); }
td.TdClassName
{
border-color: #C472FF;
}
.TagClassName
{
border-color: #C472FF;
}
</style>