Shades of Medium Orchid #C45DD1
Tints of Medium Orchid #C45DD1
RGB
CMYK
RGB Variations
Color information
#C45DD1 (or 0xC45DD1) is known color: Medium Orchid. HEX triplet: C4, 5D and D1. RGB value is (196,93,209). Sum of RGB (Red+Green+Blue) = 196+93+209=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 209 - color contains mainly: blue. Hex color #C45DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45DD1 is #3BA22E. Grayscale: #888888. Windows color (decimal): -3908143 or 13721028. OLE color: 13721028.
HSL color Cylindrical-coordinate representation of color #C45DD1: hue angle of 293.28º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C45DD1 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 93 | 209 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.18 |
| HSL | 293.28º | 0.56% | 0.59% | - |
| HSV(B) | 293.28º | 0.56% | 0.82% | - |
| XYZ | 38.19 | 24.17 | 62.97 | - |
| YUV | 137.02 | 168.62 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 93 | 209 | 0.06 | 0.56 | 0 | 0.18 | 293.28 | 0.56 | 0.59 |
| Hex | C4 | 5D | D1 | 6 | 38 | 0 | 12 | 125 | 38 | 3B |
| Octal | 304 | 135 | 321 | 6 | 70 | 0 | 22 | 445 | 70 | 73 |
| Binary | 11000100 | 1011101 | 11010001 | 110 | 111000 | 0 | 10010 | 100100101 | 111000 | 111011 |
Color Harmonies of #C45DD1
Complementary color
Monochromatic Colors of #C45DD1
Black with #C45DD1
Text Example
Text Example
White with #C45DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45DD1; }
p { color: rgb(196,93,209); }
H1.HeaderClassName
{
color: #C45DD1;
}
.AnyTagClassName
{
color: #C45DD1;
}
</style>
background-color css
<style>
a { background-color: #C45DD1; }
a { background-color: rgb(196,93,209); }
div.DivClassName
{
background-color: #C45DD1;
}
.BgClassName
{
background-color: #C45DD1;
}
</style>
border-color css
<style>
span { border-color: #C45DD1; }
span { border-color: rgb(196,93,209); }
td.TdClassName
{
border-color: #C45DD1;
}
.TagClassName
{
border-color: #C45DD1;
}
</style>