Shades of Medium Orchid #C453D5
Tints of Medium Orchid #C453D5
RGB
CMYK
RGB Variations
Color information
#C453D5 (or 0xC453D5) is known color: Medium Orchid. HEX triplet: C4, 53 and D5. RGB value is (196,83,213). Sum of RGB (Red+Green+Blue) = 196+83+213=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 83 (32.81% from 255 or 16.87% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 213 - color contains mainly: blue. Hex color #C453D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C453D5 is #3BAC2A. Grayscale: #838383. Windows color (decimal): -3910699 or 13980612. OLE color: 13980612.
HSL color Cylindrical-coordinate representation of color #C453D5: hue angle of 292.15º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C453D5 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 83 | 213 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.16 |
| HSL | 292.15º | 0.61% | 0.58% | - |
| HSV(B) | 292.15º | 0.61% | 0.84% | - |
| XYZ | 37.87 | 22.73 | 65.34 | - |
| YUV | 131.61 | 173.94 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 213 | 0.08 | 0.61 | 0 | 0.16 | 292.15 | 0.61 | 0.58 |
| Hex | C4 | 53 | D5 | 8 | 3D | 0 | 10 | 124 | 3D | 3A |
| Octal | 304 | 123 | 325 | 10 | 75 | 0 | 20 | 444 | 75 | 72 |
| Binary | 11000100 | 1010011 | 11010101 | 1000 | 111101 | 0 | 10000 | 100100100 | 111101 | 111010 |
Color Harmonies of #C453D5
Complementary color
Monochromatic Colors of #C453D5
Black with #C453D5
Text Example
Text Example
White with #C453D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C453D5; }
p { color: rgb(196,83,213); }
H1.HeaderClassName
{
color: #C453D5;
}
.AnyTagClassName
{
color: #C453D5;
}
</style>
background-color css
<style>
a { background-color: #C453D5; }
a { background-color: rgb(196,83,213); }
div.DivClassName
{
background-color: #C453D5;
}
.BgClassName
{
background-color: #C453D5;
}
</style>
border-color css
<style>
span { border-color: #C453D5; }
span { border-color: rgb(196,83,213); }
td.TdClassName
{
border-color: #C453D5;
}
.TagClassName
{
border-color: #C453D5;
}
</style>