Shades of Heliotrope #C574FF
Tints of Heliotrope #C574FF
RGB
CMYK
RGB Variations
Color information
#C574FF (or 0xC574FF) is known color: Heliotrope. HEX triplet: C5, 74 and FF. RGB value is (197,116,255). Sum of RGB (Red+Green+Blue) = 197+116+255=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 116 (45.70% from 255 or 20.42% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #C574FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C574FF is #3A8B00. Grayscale: #9B9B9B. Windows color (decimal): -3836673 or 16741573. OLE color: 16741573.
HSL color Cylindrical-coordinate representation of color #C574FF: hue angle of 274.96º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C574FF is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 116 | 255 | - |
| CMYK | 0.23 | 0.55 | 0 | 0 |
| HSL | 274.96º | 1% | 0.73% | - |
| HSV(B) | 274.96º | 0.55% | 1% | - |
| XYZ | 47.32 | 31.58 | 98.21 | - |
| YUV | 156.07 | 183.84 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 255 | 0.23 | 0.55 | 0 | 0 | 274.96 | 1 | 0.73 |
| Hex | C5 | 74 | FF | 17 | 37 | 0 | 0 | 113 | 64 | 49 |
| Octal | 305 | 164 | 377 | 27 | 67 | 0 | 0 | 423 | 144 | 111 |
| Binary | 11000101 | 1110100 | 11111111 | 10111 | 110111 | 0 | 0 | 100010011 | 1100100 | 1001001 |
Color Harmonies of #C574FF
Complementary color
Monochromatic Colors of #C574FF
Black with #C574FF
Text Example
Text Example
White with #C574FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C574FF; }
p { color: rgb(197,116,255); }
H1.HeaderClassName
{
color: #C574FF;
}
.AnyTagClassName
{
color: #C574FF;
}
</style>
background-color css
<style>
a { background-color: #C574FF; }
a { background-color: rgb(197,116,255); }
div.DivClassName
{
background-color: #C574FF;
}
.BgClassName
{
background-color: #C574FF;
}
</style>
border-color css
<style>
span { border-color: #C574FF; }
span { border-color: rgb(197,116,255); }
td.TdClassName
{
border-color: #C574FF;
}
.TagClassName
{
border-color: #C574FF;
}
</style>