Shades of Medium Orchid #C05FCD
Tints of Medium Orchid #C05FCD
RGB
CMYK
RGB Variations
Color information
#C05FCD (or 0xC05FCD) is known color: Medium Orchid. HEX triplet: C0, 5F and CD. RGB value is (192,95,205). Sum of RGB (Red+Green+Blue) = 192+95+205=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 95 (37.5% from 255 or 19.31% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #C05FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FCD is #3FA032. Grayscale: #888888. Windows color (decimal): -4169779 or 13459392. OLE color: 13459392.
HSL color Cylindrical-coordinate representation of color #C05FCD: hue angle of 292.91º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C05FCD is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 95 | 205 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.20 |
| HSL | 292.91º | 0.52% | 0.59% | - |
| HSV(B) | 292.91º | 0.54% | 0.8% | - |
| XYZ | 36.85 | 23.8 | 60.41 | - |
| YUV | 136.54 | 166.64 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 205 | 0.06 | 0.54 | 0 | 0.20 | 292.91 | 0.52 | 0.59 |
| Hex | C0 | 5F | CD | 6 | 36 | 0 | 14 | 125 | 34 | 3B |
| Octal | 300 | 137 | 315 | 6 | 66 | 0 | 24 | 445 | 64 | 73 |
| Binary | 11000000 | 1011111 | 11001101 | 110 | 110110 | 0 | 10100 | 100100101 | 110100 | 111011 |
Color Harmonies of #C05FCD
Complementary color
Monochromatic Colors of #C05FCD
Black with #C05FCD
Text Example
Text Example
White with #C05FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05FCD; }
p { color: rgb(192,95,205); }
H1.HeaderClassName
{
color: #C05FCD;
}
.AnyTagClassName
{
color: #C05FCD;
}
</style>
background-color css
<style>
a { background-color: #C05FCD; }
a { background-color: rgb(192,95,205); }
div.DivClassName
{
background-color: #C05FCD;
}
.BgClassName
{
background-color: #C05FCD;
}
</style>
border-color css
<style>
span { border-color: #C05FCD; }
span { border-color: rgb(192,95,205); }
td.TdClassName
{
border-color: #C05FCD;
}
.TagClassName
{
border-color: #C05FCD;
}
</style>