Shades of Medium Orchid #C055CD
Tints of Medium Orchid #C055CD
RGB
CMYK
RGB Variations
Color information
#C055CD (or 0xC055CD) is known color: Medium Orchid. HEX triplet: C0, 55 and CD. RGB value is (192,85,205). Sum of RGB (Red+Green+Blue) = 192+85+205=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #C055CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C055CD is #3FAA32. Grayscale: #828282. Windows color (decimal): -4172339 or 13456832. OLE color: 13456832.
HSL color Cylindrical-coordinate representation of color #C055CD: hue angle of 293.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C055CD is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 85 | 205 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.20 |
| HSL | 293.5º | 0.55% | 0.57% | - |
| HSV(B) | 293.5º | 0.59% | 0.8% | - |
| XYZ | 36.01 | 22.11 | 60.13 | - |
| YUV | 130.67 | 169.95 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 205 | 0.06 | 0.59 | 0 | 0.20 | 293.5 | 0.55 | 0.57 |
| Hex | C0 | 55 | CD | 6 | 3B | 0 | 14 | 126 | 37 | 39 |
| Octal | 300 | 125 | 315 | 6 | 73 | 0 | 24 | 446 | 67 | 71 |
| Binary | 11000000 | 1010101 | 11001101 | 110 | 111011 | 0 | 10100 | 100100110 | 110111 | 111001 |
Color Harmonies of #C055CD
Complementary color
Monochromatic Colors of #C055CD
Black with #C055CD
Text Example
Text Example
White with #C055CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C055CD; }
p { color: rgb(192,85,205); }
H1.HeaderClassName
{
color: #C055CD;
}
.AnyTagClassName
{
color: #C055CD;
}
</style>
background-color css
<style>
a { background-color: #C055CD; }
a { background-color: rgb(192,85,205); }
div.DivClassName
{
background-color: #C055CD;
}
.BgClassName
{
background-color: #C055CD;
}
</style>
border-color css
<style>
span { border-color: #C055CD; }
span { border-color: rgb(192,85,205); }
td.TdClassName
{
border-color: #C055CD;
}
.TagClassName
{
border-color: #C055CD;
}
</style>