Shades of Medium Orchid #C05DCD
Tints of Medium Orchid #C05DCD
RGB
CMYK
RGB Variations
Color information
#C05DCD (or 0xC05DCD) is known color: Medium Orchid. HEX triplet: C0, 5D and CD. RGB value is (192,93,205). Sum of RGB (Red+Green+Blue) = 192+93+205=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #C05DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05DCD is #3FA232. Grayscale: #878787. Windows color (decimal): -4170291 or 13458880. OLE color: 13458880.
HSL color Cylindrical-coordinate representation of color #C05DCD: hue angle of 293.04º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C05DCD is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 93 | 205 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.20 |
| HSL | 293.04º | 0.53% | 0.58% | - |
| HSV(B) | 293.04º | 0.55% | 0.8% | - |
| XYZ | 36.67 | 23.44 | 60.35 | - |
| YUV | 135.37 | 167.3 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 205 | 0.06 | 0.55 | 0 | 0.20 | 293.04 | 0.53 | 0.58 |
| Hex | C0 | 5D | CD | 6 | 37 | 0 | 14 | 125 | 35 | 3A |
| Octal | 300 | 135 | 315 | 6 | 67 | 0 | 24 | 445 | 65 | 72 |
| Binary | 11000000 | 1011101 | 11001101 | 110 | 110111 | 0 | 10100 | 100100101 | 110101 | 111010 |
Color Harmonies of #C05DCD
Complementary color
Monochromatic Colors of #C05DCD
Black with #C05DCD
Text Example
Text Example
White with #C05DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05DCD; }
p { color: rgb(192,93,205); }
H1.HeaderClassName
{
color: #C05DCD;
}
.AnyTagClassName
{
color: #C05DCD;
}
</style>
background-color css
<style>
a { background-color: #C05DCD; }
a { background-color: rgb(192,93,205); }
div.DivClassName
{
background-color: #C05DCD;
}
.BgClassName
{
background-color: #C05DCD;
}
</style>
border-color css
<style>
span { border-color: #C05DCD; }
span { border-color: rgb(192,93,205); }
td.TdClassName
{
border-color: #C05DCD;
}
.TagClassName
{
border-color: #C05DCD;
}
</style>