Shades of Medium Orchid #C073DD
Tints of Medium Orchid #C073DD
RGB
CMYK
RGB Variations
Color information
#C073DD (or 0xC073DD) is known color: Medium Orchid. HEX triplet: C0, 73 and DD. RGB value is (192,115,221). Sum of RGB (Red+Green+Blue) = 192+115+221=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #C073DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C073DD is #3F8C22. Grayscale: #959595. Windows color (decimal): -4164643 or 14513088. OLE color: 14513088.
HSL color Cylindrical-coordinate representation of color #C073DD: hue angle of 283.58º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C073DD is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 115 | 221 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.13 |
| HSL | 283.58º | 0.61% | 0.66% | - |
| HSV(B) | 283.58º | 0.48% | 0.87% | - |
| XYZ | 40.92 | 28.69 | 71.79 | - |
| YUV | 150.11 | 168.01 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 221 | 0.13 | 0.48 | 0 | 0.13 | 283.58 | 0.61 | 0.66 |
| Hex | C0 | 73 | DD | D | 30 | 0 | D | 11C | 3D | 42 |
| Octal | 300 | 163 | 335 | 15 | 60 | 0 | 15 | 434 | 75 | 102 |
| Binary | 11000000 | 1110011 | 11011101 | 1101 | 110000 | 0 | 1101 | 100011100 | 111101 | 1000010 |
Color Harmonies of #C073DD
Complementary color
Monochromatic Colors of #C073DD
Black with #C073DD
Text Example
Text Example
White with #C073DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C073DD; }
p { color: rgb(192,115,221); }
H1.HeaderClassName
{
color: #C073DD;
}
.AnyTagClassName
{
color: #C073DD;
}
</style>
background-color css
<style>
a { background-color: #C073DD; }
a { background-color: rgb(192,115,221); }
div.DivClassName
{
background-color: #C073DD;
}
.BgClassName
{
background-color: #C073DD;
}
</style>
border-color css
<style>
span { border-color: #C073DD; }
span { border-color: rgb(192,115,221); }
td.TdClassName
{
border-color: #C073DD;
}
.TagClassName
{
border-color: #C073DD;
}
</style>