Shades of Medium Orchid #C05BCB
Tints of Medium Orchid #C05BCB
RGB
CMYK
RGB Variations
Color information
#C05BCB (or 0xC05BCB) is known color: Medium Orchid. HEX triplet: C0, 5B and CB. RGB value is (192,91,203). Sum of RGB (Red+Green+Blue) = 192+91+203=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #C05BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05BCB is #3FA434. Grayscale: #858585. Windows color (decimal): -4170805 or 13327296. OLE color: 13327296.
HSL color Cylindrical-coordinate representation of color #C05BCB: hue angle of 294.11º degrees, saturation: 0.52, 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 #C05BCB is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 91 | 203 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.20 |
| HSL | 294.11º | 0.52% | 0.58% | - |
| HSV(B) | 294.11º | 0.55% | 0.8% | - |
| XYZ | 36.26 | 23 | 59.03 | - |
| YUV | 133.97 | 166.96 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 203 | 0.05 | 0.55 | 0 | 0.20 | 294.11 | 0.52 | 0.58 |
| Hex | C0 | 5B | CB | 5 | 37 | 0 | 14 | 126 | 34 | 3A |
| Octal | 300 | 133 | 313 | 5 | 67 | 0 | 24 | 446 | 64 | 72 |
| Binary | 11000000 | 1011011 | 11001011 | 101 | 110111 | 0 | 10100 | 100100110 | 110100 | 111010 |
Color Harmonies of #C05BCB
Complementary color
Monochromatic Colors of #C05BCB
Black with #C05BCB
Text Example
Text Example
White with #C05BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05BCB; }
p { color: rgb(192,91,203); }
H1.HeaderClassName
{
color: #C05BCB;
}
.AnyTagClassName
{
color: #C05BCB;
}
</style>
background-color css
<style>
a { background-color: #C05BCB; }
a { background-color: rgb(192,91,203); }
div.DivClassName
{
background-color: #C05BCB;
}
.BgClassName
{
background-color: #C05BCB;
}
</style>
border-color css
<style>
span { border-color: #C05BCB; }
span { border-color: rgb(192,91,203); }
td.TdClassName
{
border-color: #C05BCB;
}
.TagClassName
{
border-color: #C05BCB;
}
</style>