Shades of Medium Orchid #C05BD3
Tints of Medium Orchid #C05BD3
RGB
CMYK
RGB Variations
Color information
#C05BD3 (or 0xC05BD3) is known color: Medium Orchid. HEX triplet: C0, 5B and D3. RGB value is (192,91,211). Sum of RGB (Red+Green+Blue) = 192+91+211=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 91 (35.94% from 255 or 18.42% from 494); Blue value is 211 (82.81% from 255 or 42.71% from 494); Max value from RGB is 211 - color contains mainly: blue. Hex color #C05BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05BD3 is #3FA42C. Grayscale: #868686. Windows color (decimal): -4170797 or 13851584. OLE color: 13851584.
HSL color Cylindrical-coordinate representation of color #C05BD3: hue angle of 290.5º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C05BD3 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 91 | 211 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.17 |
| HSL | 290.5º | 0.58% | 0.59% | - |
| HSV(B) | 290.5º | 0.57% | 0.83% | - |
| XYZ | 37.24 | 23.39 | 64.18 | - |
| YUV | 134.88 | 170.96 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 211 | 0.09 | 0.57 | 0 | 0.17 | 290.5 | 0.58 | 0.59 |
| Hex | C0 | 5B | D3 | 9 | 39 | 0 | 11 | 122 | 3A | 3B |
| Octal | 300 | 133 | 323 | 11 | 71 | 0 | 21 | 442 | 72 | 73 |
| Binary | 11000000 | 1011011 | 11010011 | 1001 | 111001 | 0 | 10001 | 100100010 | 111010 | 111011 |
Color Harmonies of #C05BD3
Complementary color
Monochromatic Colors of #C05BD3
Black with #C05BD3
Text Example
Text Example
White with #C05BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05BD3; }
p { color: rgb(192,91,211); }
H1.HeaderClassName
{
color: #C05BD3;
}
.AnyTagClassName
{
color: #C05BD3;
}
</style>
background-color css
<style>
a { background-color: #C05BD3; }
a { background-color: rgb(192,91,211); }
div.DivClassName
{
background-color: #C05BD3;
}
.BgClassName
{
background-color: #C05BD3;
}
</style>
border-color css
<style>
span { border-color: #C05BD3; }
span { border-color: rgb(192,91,211); }
td.TdClassName
{
border-color: #C05BD3;
}
.TagClassName
{
border-color: #C05BD3;
}
</style>