Shades of Medium Orchid #C453D1
Tints of Medium Orchid #C453D1
RGB
CMYK
RGB Variations
Color information
#C453D1 (or 0xC453D1) is known color: Medium Orchid. HEX triplet: C4, 53 and D1. RGB value is (196,83,209). Sum of RGB (Red+Green+Blue) = 196+83+209=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 83 (32.81% from 255 or 17.01% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #C453D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C453D1 is #3BAC2E. Grayscale: #828282. Windows color (decimal): -3910703 or 13718468. OLE color: 13718468.
HSL color Cylindrical-coordinate representation of color #C453D1: hue angle of 293.81º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C453D1 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 83 | 209 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.18 |
| HSL | 293.81º | 0.58% | 0.57% | - |
| HSV(B) | 293.81º | 0.6% | 0.82% | - |
| XYZ | 37.37 | 22.53 | 62.7 | - |
| YUV | 131.15 | 171.94 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 209 | 0.06 | 0.60 | 0 | 0.18 | 293.81 | 0.58 | 0.57 |
| Hex | C4 | 53 | D1 | 6 | 3C | 0 | 12 | 126 | 3A | 39 |
| Octal | 304 | 123 | 321 | 6 | 74 | 0 | 22 | 446 | 72 | 71 |
| Binary | 11000100 | 1010011 | 11010001 | 110 | 111100 | 0 | 10010 | 100100110 | 111010 | 111001 |
Color Harmonies of #C453D1
Complementary color
Monochromatic Colors of #C453D1
Black with #C453D1
Text Example
Text Example
White with #C453D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C453D1; }
p { color: rgb(196,83,209); }
H1.HeaderClassName
{
color: #C453D1;
}
.AnyTagClassName
{
color: #C453D1;
}
</style>
background-color css
<style>
a { background-color: #C453D1; }
a { background-color: rgb(196,83,209); }
div.DivClassName
{
background-color: #C453D1;
}
.BgClassName
{
background-color: #C453D1;
}
</style>
border-color css
<style>
span { border-color: #C453D1; }
span { border-color: rgb(196,83,209); }
td.TdClassName
{
border-color: #C453D1;
}
.TagClassName
{
border-color: #C453D1;
}
</style>