Shades of Medium Orchid #C05CD5
Tints of Medium Orchid #C05CD5
RGB
CMYK
RGB Variations
Color information
#C05CD5 (or 0xC05CD5) is known color: Medium Orchid. HEX triplet: C0, 5C and D5. RGB value is (192,92,213). Sum of RGB (Red+Green+Blue) = 192+92+213=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #C05CD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05CD5 is #3FA32A. Grayscale: #878787. Windows color (decimal): -4170539 or 13982912. OLE color: 13982912.
HSL color Cylindrical-coordinate representation of color #C05CD5: hue angle of 289.59º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C05CD5 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 92 | 213 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.16 |
| HSL | 289.59º | 0.59% | 0.6% | - |
| HSV(B) | 289.59º | 0.57% | 0.84% | - |
| XYZ | 37.58 | 23.66 | 65.54 | - |
| YUV | 135.69 | 171.63 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 213 | 0.10 | 0.57 | 0 | 0.16 | 289.59 | 0.59 | 0.6 |
| Hex | C0 | 5C | D5 | A | 39 | 0 | 10 | 122 | 3B | 3C |
| Octal | 300 | 134 | 325 | 12 | 71 | 0 | 20 | 442 | 73 | 74 |
| Binary | 11000000 | 1011100 | 11010101 | 1010 | 111001 | 0 | 10000 | 100100010 | 111011 | 111100 |
Color Harmonies of #C05CD5
Complementary color
Monochromatic Colors of #C05CD5
Black with #C05CD5
Text Example
Text Example
White with #C05CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05CD5; }
p { color: rgb(192,92,213); }
H1.HeaderClassName
{
color: #C05CD5;
}
.AnyTagClassName
{
color: #C05CD5;
}
</style>
background-color css
<style>
a { background-color: #C05CD5; }
a { background-color: rgb(192,92,213); }
div.DivClassName
{
background-color: #C05CD5;
}
.BgClassName
{
background-color: #C05CD5;
}
</style>
border-color css
<style>
span { border-color: #C05CD5; }
span { border-color: rgb(192,92,213); }
td.TdClassName
{
border-color: #C05CD5;
}
.TagClassName
{
border-color: #C05CD5;
}
</style>