Shades of Heliotrope #C470EE
Tints of Heliotrope #C470EE
RGB
CMYK
RGB Variations
Color information
#C470EE (or 0xC470EE) is known color: Heliotrope. HEX triplet: C4, 70 and EE. RGB value is (196,112,238). Sum of RGB (Red+Green+Blue) = 196+112+238=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 112 (44.14% from 255 or 20.51% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #C470EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C470EE is #3B8F11. Grayscale: #979797. Windows color (decimal): -3903250 or 15626436. OLE color: 15626436.
HSL color Cylindrical-coordinate representation of color #C470EE: hue angle of 280º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C470EE is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 112 | 238 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.07 |
| HSL | 280º | 0.79% | 0.69% | - |
| HSV(B) | 280º | 0.53% | 0.93% | - |
| XYZ | 43.99 | 29.5 | 84.26 | - |
| YUV | 151.48 | 176.83 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 238 | 0.18 | 0.53 | 0 | 0.07 | 280 | 0.79 | 0.69 |
| Hex | C4 | 70 | EE | 12 | 35 | 0 | 7 | 118 | 4F | 45 |
| Octal | 304 | 160 | 356 | 22 | 65 | 0 | 7 | 430 | 117 | 105 |
| Binary | 11000100 | 1110000 | 11101110 | 10010 | 110101 | 0 | 111 | 100011000 | 1001111 | 1000101 |
Color Harmonies of #C470EE
Complementary color
Monochromatic Colors of #C470EE
Black with #C470EE
Text Example
Text Example
White with #C470EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C470EE; }
p { color: rgb(196,112,238); }
H1.HeaderClassName
{
color: #C470EE;
}
.AnyTagClassName
{
color: #C470EE;
}
</style>
background-color css
<style>
a { background-color: #C470EE; }
a { background-color: rgb(196,112,238); }
div.DivClassName
{
background-color: #C470EE;
}
.BgClassName
{
background-color: #C470EE;
}
</style>
border-color css
<style>
span { border-color: #C470EE; }
span { border-color: rgb(196,112,238); }
td.TdClassName
{
border-color: #C470EE;
}
.TagClassName
{
border-color: #C470EE;
}
</style>