Shades of Medium Orchid #C45DD8
Tints of Medium Orchid #C45DD8
RGB
CMYK
RGB Variations
Color information
#C45DD8 (or 0xC45DD8) is known color: Medium Orchid. HEX triplet: C4, 5D and D8. RGB value is (196,93,216). Sum of RGB (Red+Green+Blue) = 196+93+216=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 216 - color contains mainly: blue. Hex color #C45DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45DD8 is #3BA227. Grayscale: #898989. Windows color (decimal): -3908136 or 14179780. OLE color: 14179780.
HSL color Cylindrical-coordinate representation of color #C45DD8: hue angle of 290.24º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C45DD8 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 93 | 216 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.15 |
| HSL | 290.24º | 0.61% | 0.61% | - |
| HSV(B) | 290.24º | 0.57% | 0.85% | - |
| XYZ | 39.07 | 24.52 | 67.64 | - |
| YUV | 137.82 | 172.12 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 93 | 216 | 0.09 | 0.57 | 0 | 0.15 | 290.24 | 0.61 | 0.61 |
| Hex | C4 | 5D | D8 | 9 | 39 | 0 | F | 122 | 3D | 3D |
| Octal | 304 | 135 | 330 | 11 | 71 | 0 | 17 | 442 | 75 | 75 |
| Binary | 11000100 | 1011101 | 11011000 | 1001 | 111001 | 0 | 1111 | 100100010 | 111101 | 111101 |
Color Harmonies of #C45DD8
Complementary color
Monochromatic Colors of #C45DD8
Black with #C45DD8
Text Example
Text Example
White with #C45DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45DD8; }
p { color: rgb(196,93,216); }
H1.HeaderClassName
{
color: #C45DD8;
}
.AnyTagClassName
{
color: #C45DD8;
}
</style>
background-color css
<style>
a { background-color: #C45DD8; }
a { background-color: rgb(196,93,216); }
div.DivClassName
{
background-color: #C45DD8;
}
.BgClassName
{
background-color: #C45DD8;
}
</style>
border-color css
<style>
span { border-color: #C45DD8; }
span { border-color: rgb(196,93,216); }
td.TdClassName
{
border-color: #C45DD8;
}
.TagClassName
{
border-color: #C45DD8;
}
</style>