Shades of Medium Orchid #C05FCB
Tints of Medium Orchid #C05FCB
RGB
CMYK
RGB Variations
Color information
#C05FCB (or 0xC05FCB) is known color: Medium Orchid. HEX triplet: C0, 5F and CB. RGB value is (192,95,203). Sum of RGB (Red+Green+Blue) = 192+95+203=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 95 (37.5% from 255 or 19.39% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #C05FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FCB is #3FA034. Grayscale: #878787. Windows color (decimal): -4169781 or 13328320. OLE color: 13328320.
HSL color Cylindrical-coordinate representation of color #C05FCB: hue angle of 293.89º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C05FCB is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 95 | 203 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.20 |
| HSL | 293.89º | 0.51% | 0.58% | - |
| HSV(B) | 293.89º | 0.53% | 0.8% | - |
| XYZ | 36.61 | 23.7 | 59.15 | - |
| YUV | 136.32 | 165.64 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 203 | 0.05 | 0.53 | 0 | 0.20 | 293.89 | 0.51 | 0.58 |
| Hex | C0 | 5F | CB | 5 | 35 | 0 | 14 | 126 | 33 | 3A |
| Octal | 300 | 137 | 313 | 5 | 65 | 0 | 24 | 446 | 63 | 72 |
| Binary | 11000000 | 1011111 | 11001011 | 101 | 110101 | 0 | 10100 | 100100110 | 110011 | 111010 |
Color Harmonies of #C05FCB
Complementary color
Monochromatic Colors of #C05FCB
Black with #C05FCB
Text Example
Text Example
White with #C05FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05FCB; }
p { color: rgb(192,95,203); }
H1.HeaderClassName
{
color: #C05FCB;
}
.AnyTagClassName
{
color: #C05FCB;
}
</style>
background-color css
<style>
a { background-color: #C05FCB; }
a { background-color: rgb(192,95,203); }
div.DivClassName
{
background-color: #C05FCB;
}
.BgClassName
{
background-color: #C05FCB;
}
</style>
border-color css
<style>
span { border-color: #C05FCB; }
span { border-color: rgb(192,95,203); }
td.TdClassName
{
border-color: #C05FCB;
}
.TagClassName
{
border-color: #C05FCB;
}
</style>