Shades of Medium Orchid #C470E5
Tints of Medium Orchid #C470E5
RGB
CMYK
RGB Variations
Color information
#C470E5 (or 0xC470E5) is known color: Medium Orchid. HEX triplet: C4, 70 and E5. RGB value is (196,112,229). Sum of RGB (Red+Green+Blue) = 196+112+229=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 229 - color contains mainly: blue. Hex color #C470E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C470E5 is #3B8F1A. Grayscale: #969696. Windows color (decimal): -3903259 or 15036612. OLE color: 15036612.
HSL color Cylindrical-coordinate representation of color #C470E5: hue angle of 283.08º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C470E5 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 112 | 229 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.10 |
| HSL | 283.08º | 0.69% | 0.67% | - |
| HSV(B) | 283.08º | 0.51% | 0.9% | - |
| XYZ | 42.7 | 28.98 | 77.47 | - |
| YUV | 150.45 | 172.33 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 229 | 0.14 | 0.51 | 0 | 0.10 | 283.08 | 0.69 | 0.67 |
| Hex | C4 | 70 | E5 | E | 33 | 0 | A | 11B | 45 | 43 |
| Octal | 304 | 160 | 345 | 16 | 63 | 0 | 12 | 433 | 105 | 103 |
| Binary | 11000100 | 1110000 | 11100101 | 1110 | 110011 | 0 | 1010 | 100011011 | 1000101 | 1000011 |
Color Harmonies of #C470E5
Complementary color
Monochromatic Colors of #C470E5
Black with #C470E5
Text Example
Text Example
White with #C470E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C470E5; }
p { color: rgb(196,112,229); }
H1.HeaderClassName
{
color: #C470E5;
}
.AnyTagClassName
{
color: #C470E5;
}
</style>
background-color css
<style>
a { background-color: #C470E5; }
a { background-color: rgb(196,112,229); }
div.DivClassName
{
background-color: #C470E5;
}
.BgClassName
{
background-color: #C470E5;
}
</style>
border-color css
<style>
span { border-color: #C470E5; }
span { border-color: rgb(196,112,229); }
td.TdClassName
{
border-color: #C470E5;
}
.TagClassName
{
border-color: #C470E5;
}
</style>