Shades of Medium Orchid #C055D0
Tints of Medium Orchid #C055D0
RGB
CMYK
RGB Variations
Color information
#C055D0 (or 0xC055D0) is known color: Medium Orchid. HEX triplet: C0, 55 and D0. RGB value is (192,85,208). Sum of RGB (Red+Green+Blue) = 192+85+208=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #C055D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C055D0 is #3FAA2F. Grayscale: #828282. Windows color (decimal): -4172336 or 13653440. OLE color: 13653440.
HSL color Cylindrical-coordinate representation of color #C055D0: hue angle of 292.2º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C055D0 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 85 | 208 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.18 |
| HSL | 292.2º | 0.57% | 0.57% | - |
| HSV(B) | 292.2º | 0.59% | 0.82% | - |
| XYZ | 36.37 | 22.26 | 62.05 | - |
| YUV | 131.02 | 171.45 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 208 | 0.08 | 0.59 | 0 | 0.18 | 292.2 | 0.57 | 0.57 |
| Hex | C0 | 55 | D0 | 8 | 3B | 0 | 12 | 124 | 39 | 39 |
| Octal | 300 | 125 | 320 | 10 | 73 | 0 | 22 | 444 | 71 | 71 |
| Binary | 11000000 | 1010101 | 11010000 | 1000 | 111011 | 0 | 10010 | 100100100 | 111001 | 111001 |
Color Harmonies of #C055D0
Complementary color
Monochromatic Colors of #C055D0
Black with #C055D0
Text Example
Text Example
White with #C055D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C055D0; }
p { color: rgb(192,85,208); }
H1.HeaderClassName
{
color: #C055D0;
}
.AnyTagClassName
{
color: #C055D0;
}
</style>
background-color css
<style>
a { background-color: #C055D0; }
a { background-color: rgb(192,85,208); }
div.DivClassName
{
background-color: #C055D0;
}
.BgClassName
{
background-color: #C055D0;
}
</style>
border-color css
<style>
span { border-color: #C055D0; }
span { border-color: rgb(192,85,208); }
td.TdClassName
{
border-color: #C055D0;
}
.TagClassName
{
border-color: #C055D0;
}
</style>