Shades of Medium Orchid #C452ED
Tints of Medium Orchid #C452ED
RGB
CMYK
RGB Variations
Color information
#C452ED (or 0xC452ED) is known color: Medium Orchid. HEX triplet: C4, 52 and ED. RGB value is (196,82,237). Sum of RGB (Red+Green+Blue) = 196+82+237=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 82 (32.42% from 255 or 15.92% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #C452ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C452ED is #3BAD12. Grayscale: #858585. Windows color (decimal): -3910931 or 15553220. OLE color: 15553220.
HSL color Cylindrical-coordinate representation of color #C452ED: hue angle of 284.13º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C452ED is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 82 | 237 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.07 |
| HSL | 284.13º | 0.81% | 0.63% | - |
| HSV(B) | 284.13º | 0.65% | 0.93% | - |
| XYZ | 41.07 | 23.88 | 82.57 | - |
| YUV | 133.76 | 186.27 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 237 | 0.17 | 0.65 | 0 | 0.07 | 284.13 | 0.81 | 0.63 |
| Hex | C4 | 52 | ED | 11 | 41 | 0 | 7 | 11C | 51 | 3F |
| Octal | 304 | 122 | 355 | 21 | 101 | 0 | 7 | 434 | 121 | 77 |
| Binary | 11000100 | 1010010 | 11101101 | 10001 | 1000001 | 0 | 111 | 100011100 | 1010001 | 111111 |
Color Harmonies of #C452ED
Complementary color
Monochromatic Colors of #C452ED
Black with #C452ED
Text Example
Text Example
White with #C452ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C452ED; }
p { color: rgb(196,82,237); }
H1.HeaderClassName
{
color: #C452ED;
}
.AnyTagClassName
{
color: #C452ED;
}
</style>
background-color css
<style>
a { background-color: #C452ED; }
a { background-color: rgb(196,82,237); }
div.DivClassName
{
background-color: #C452ED;
}
.BgClassName
{
background-color: #C452ED;
}
</style>
border-color css
<style>
span { border-color: #C452ED; }
span { border-color: rgb(196,82,237); }
td.TdClassName
{
border-color: #C452ED;
}
.TagClassName
{
border-color: #C452ED;
}
</style>