Shades of Medium Orchid #C453D3
Tints of Medium Orchid #C453D3
RGB
CMYK
RGB Variations
Color information
#C453D3 (or 0xC453D3) is known color: Medium Orchid. HEX triplet: C4, 53 and D3. RGB value is (196,83,211). Sum of RGB (Red+Green+Blue) = 196+83+211=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 83 (32.81% from 255 or 16.94% from 490); Blue value is 211 (82.81% from 255 or 43.06% from 490); Max value from RGB is 211 - color contains mainly: blue. Hex color #C453D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C453D3 is #3BAC2C. Grayscale: #828282. Windows color (decimal): -3910701 or 13849540. OLE color: 13849540.
HSL color Cylindrical-coordinate representation of color #C453D3: hue angle of 292.97º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C453D3 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 83 | 211 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.17 |
| HSL | 292.97º | 0.59% | 0.58% | - |
| HSV(B) | 292.97º | 0.61% | 0.83% | - |
| XYZ | 37.62 | 22.63 | 64.01 | - |
| YUV | 131.38 | 172.94 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 211 | 0.07 | 0.61 | 0 | 0.17 | 292.97 | 0.59 | 0.58 |
| Hex | C4 | 53 | D3 | 7 | 3D | 0 | 11 | 125 | 3B | 3A |
| Octal | 304 | 123 | 323 | 7 | 75 | 0 | 21 | 445 | 73 | 72 |
| Binary | 11000100 | 1010011 | 11010011 | 111 | 111101 | 0 | 10001 | 100100101 | 111011 | 111010 |
Color Harmonies of #C453D3
Complementary color
Monochromatic Colors of #C453D3
Black with #C453D3
Text Example
Text Example
White with #C453D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C453D3; }
p { color: rgb(196,83,211); }
H1.HeaderClassName
{
color: #C453D3;
}
.AnyTagClassName
{
color: #C453D3;
}
</style>
background-color css
<style>
a { background-color: #C453D3; }
a { background-color: rgb(196,83,211); }
div.DivClassName
{
background-color: #C453D3;
}
.BgClassName
{
background-color: #C453D3;
}
</style>
border-color css
<style>
span { border-color: #C453D3; }
span { border-color: rgb(196,83,211); }
td.TdClassName
{
border-color: #C453D3;
}
.TagClassName
{
border-color: #C453D3;
}
</style>