Shades of Heliotrope #C470FF
Tints of Heliotrope #C470FF
RGB
CMYK
RGB Variations
Color information
#C470FF (or 0xC470FF) is known color: Heliotrope. HEX triplet: C4, 70 and FF. RGB value is (196,112,255). Sum of RGB (Red+Green+Blue) = 196+112+255=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 112 (44.14% from 255 or 19.89% 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 #C470FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C470FF is #3B8F00. Grayscale: #989898. Windows color (decimal): -3903233 or 16740548. OLE color: 16740548.
HSL color Cylindrical-coordinate representation of color #C470FF: hue angle of 275.24º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C470FF is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 112 | 255 | - |
| CMYK | 0.23 | 0.56 | 0 | 0 |
| HSL | 275.24º | 1% | 0.72% | - |
| HSV(B) | 275.24º | 0.56% | 1% | - |
| XYZ | 46.61 | 30.54 | 98.05 | - |
| YUV | 153.42 | 185.33 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 255 | 0.23 | 0.56 | 0 | 0 | 275.24 | 1 | 0.72 |
| Hex | C4 | 70 | FF | 17 | 38 | 0 | 0 | 113 | 64 | 48 |
| Octal | 304 | 160 | 377 | 27 | 70 | 0 | 0 | 423 | 144 | 110 |
| Binary | 11000100 | 1110000 | 11111111 | 10111 | 111000 | 0 | 0 | 100010011 | 1100100 | 1001000 |
Color Harmonies of #C470FF
Complementary color
Monochromatic Colors of #C470FF
Black with #C470FF
Text Example
Text Example
White with #C470FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C470FF; }
p { color: rgb(196,112,255); }
H1.HeaderClassName
{
color: #C470FF;
}
.AnyTagClassName
{
color: #C470FF;
}
</style>
background-color css
<style>
a { background-color: #C470FF; }
a { background-color: rgb(196,112,255); }
div.DivClassName
{
background-color: #C470FF;
}
.BgClassName
{
background-color: #C470FF;
}
</style>
border-color css
<style>
span { border-color: #C470FF; }
span { border-color: rgb(196,112,255); }
td.TdClassName
{
border-color: #C470FF;
}
.TagClassName
{
border-color: #C470FF;
}
</style>