Shades of Medium Orchid #C05BD4
Tints of Medium Orchid #C05BD4
RGB
CMYK
RGB Variations
Color information
#C05BD4 (or 0xC05BD4) is known color: Medium Orchid. HEX triplet: C0, 5B and D4. RGB value is (192,91,212). Sum of RGB (Red+Green+Blue) = 192+91+212=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 91 (35.94% from 255 or 18.38% from 495); Blue value is 212 (83.20% from 255 or 42.83% from 495); Max value from RGB is 212 - color contains mainly: blue. Hex color #C05BD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05BD4 is #3FA42B. Grayscale: #868686. Windows color (decimal): -4170796 or 13917120. OLE color: 13917120.
HSL color Cylindrical-coordinate representation of color #C05BD4: hue angle of 290.08º 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 #C05BD4 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 91 | 212 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.17 |
| HSL | 290.08º | 0.58% | 0.59% | - |
| HSV(B) | 290.08º | 0.57% | 0.83% | - |
| XYZ | 37.36 | 23.44 | 64.84 | - |
| YUV | 134.99 | 171.46 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 212 | 0.09 | 0.57 | 0 | 0.17 | 290.08 | 0.58 | 0.59 |
| Hex | C0 | 5B | D4 | 9 | 39 | 0 | 11 | 122 | 3A | 3B |
| Octal | 300 | 133 | 324 | 11 | 71 | 0 | 21 | 442 | 72 | 73 |
| Binary | 11000000 | 1011011 | 11010100 | 1001 | 111001 | 0 | 10001 | 100100010 | 111010 | 111011 |
Color Harmonies of #C05BD4
Complementary color
Monochromatic Colors of #C05BD4
Black with #C05BD4
Text Example
Text Example
White with #C05BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05BD4; }
p { color: rgb(192,91,212); }
H1.HeaderClassName
{
color: #C05BD4;
}
.AnyTagClassName
{
color: #C05BD4;
}
</style>
background-color css
<style>
a { background-color: #C05BD4; }
a { background-color: rgb(192,91,212); }
div.DivClassName
{
background-color: #C05BD4;
}
.BgClassName
{
background-color: #C05BD4;
}
</style>
border-color css
<style>
span { border-color: #C05BD4; }
span { border-color: rgb(192,91,212); }
td.TdClassName
{
border-color: #C05BD4;
}
.TagClassName
{
border-color: #C05BD4;
}
</style>