Shades of Medium Orchid #C45BD3
Tints of Medium Orchid #C45BD3
RGB
CMYK
RGB Variations
Color information
#C45BD3 (or 0xC45BD3) is known color: Medium Orchid. HEX triplet: C4, 5B and D3. RGB value is (196,91,211). Sum of RGB (Red+Green+Blue) = 196+91+211=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 91 (35.94% from 255 or 18.27% from 498); Blue value is 211 (82.81% from 255 or 42.37% from 498); Max value from RGB is 211 - color contains mainly: blue. Hex color #C45BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45BD3 is #3BA42C. Grayscale: #878787. Windows color (decimal): -3908653 or 13851588. OLE color: 13851588.
HSL color Cylindrical-coordinate representation of color #C45BD3: hue angle of 292.5º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C45BD3 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 91 | 211 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.17 |
| HSL | 292.5º | 0.58% | 0.59% | - |
| HSV(B) | 292.5º | 0.57% | 0.83% | - |
| XYZ | 38.26 | 23.92 | 64.23 | - |
| YUV | 136.08 | 170.29 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 91 | 211 | 0.07 | 0.57 | 0 | 0.17 | 292.5 | 0.58 | 0.59 |
| Hex | C4 | 5B | D3 | 7 | 39 | 0 | 11 | 124 | 3A | 3B |
| Octal | 304 | 133 | 323 | 7 | 71 | 0 | 21 | 444 | 72 | 73 |
| Binary | 11000100 | 1011011 | 11010011 | 111 | 111001 | 0 | 10001 | 100100100 | 111010 | 111011 |
Color Harmonies of #C45BD3
Complementary color
Monochromatic Colors of #C45BD3
Black with #C45BD3
Text Example
Text Example
White with #C45BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45BD3; }
p { color: rgb(196,91,211); }
H1.HeaderClassName
{
color: #C45BD3;
}
.AnyTagClassName
{
color: #C45BD3;
}
</style>
background-color css
<style>
a { background-color: #C45BD3; }
a { background-color: rgb(196,91,211); }
div.DivClassName
{
background-color: #C45BD3;
}
.BgClassName
{
background-color: #C45BD3;
}
</style>
border-color css
<style>
span { border-color: #C45BD3; }
span { border-color: rgb(196,91,211); }
td.TdClassName
{
border-color: #C45BD3;
}
.TagClassName
{
border-color: #C45BD3;
}
</style>