Shades of Medium Orchid #C45DDF
Tints of Medium Orchid #C45DDF
RGB
CMYK
RGB Variations
Color information
#C45DDF (or 0xC45DDF) is known color: Medium Orchid. HEX triplet: C4, 5D and DF. RGB value is (196,93,223). Sum of RGB (Red+Green+Blue) = 196+93+223=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #C45DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45DDF is #3BA220. Grayscale: #8A8A8A. Windows color (decimal): -3908129 or 14638532. OLE color: 14638532.
HSL color Cylindrical-coordinate representation of color #C45DDF: hue angle of 287.54º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C45DDF is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 93 | 223 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.13 |
| HSL | 287.54º | 0.67% | 0.62% | - |
| HSV(B) | 287.54º | 0.58% | 0.87% | - |
| XYZ | 40 | 24.89 | 72.51 | - |
| YUV | 138.62 | 175.62 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 93 | 223 | 0.12 | 0.58 | 0 | 0.13 | 287.54 | 0.67 | 0.62 |
| Hex | C4 | 5D | DF | C | 3A | 0 | D | 120 | 43 | 3E |
| Octal | 304 | 135 | 337 | 14 | 72 | 0 | 15 | 440 | 103 | 76 |
| Binary | 11000100 | 1011101 | 11011111 | 1100 | 111010 | 0 | 1101 | 100100000 | 1000011 | 111110 |
Color Harmonies of #C45DDF
Complementary color
Monochromatic Colors of #C45DDF
Black with #C45DDF
Text Example
Text Example
White with #C45DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45DDF; }
p { color: rgb(196,93,223); }
H1.HeaderClassName
{
color: #C45DDF;
}
.AnyTagClassName
{
color: #C45DDF;
}
</style>
background-color css
<style>
a { background-color: #C45DDF; }
a { background-color: rgb(196,93,223); }
div.DivClassName
{
background-color: #C45DDF;
}
.BgClassName
{
background-color: #C45DDF;
}
</style>
border-color css
<style>
span { border-color: #C45DDF; }
span { border-color: rgb(196,93,223); }
td.TdClassName
{
border-color: #C45DDF;
}
.TagClassName
{
border-color: #C45DDF;
}
</style>