Shades of Medium Orchid #C055CC
Tints of Medium Orchid #C055CC
RGB
CMYK
RGB Variations
Color information
#C055CC (or 0xC055CC) is known color: Medium Orchid. HEX triplet: C0, 55 and CC. RGB value is (192,85,204). Sum of RGB (Red+Green+Blue) = 192+85+204=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #C055CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C055CC is #3FAA33. Grayscale: #828282. Windows color (decimal): -4172340 or 13391296. OLE color: 13391296.
HSL color Cylindrical-coordinate representation of color #C055CC: hue angle of 293.95º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C055CC is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 85 | 204 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.2 |
| HSL | 293.95º | 0.54% | 0.57% | - |
| HSV(B) | 293.95º | 0.58% | 0.8% | - |
| XYZ | 35.89 | 22.06 | 59.49 | - |
| YUV | 130.56 | 169.45 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 204 | 0.06 | 0.58 | 0 | 0.2 | 293.95 | 0.54 | 0.57 |
| Hex | C0 | 55 | CC | 6 | 3A | 0 | 14 | 126 | 36 | 39 |
| Octal | 300 | 125 | 314 | 6 | 72 | 0 | 24 | 446 | 66 | 71 |
| Binary | 11000000 | 1010101 | 11001100 | 110 | 111010 | 0 | 10100 | 100100110 | 110110 | 111001 |
Color Harmonies of #C055CC
Complementary color
Monochromatic Colors of #C055CC
Black with #C055CC
Text Example
Text Example
White with #C055CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C055CC; }
p { color: rgb(192,85,204); }
H1.HeaderClassName
{
color: #C055CC;
}
.AnyTagClassName
{
color: #C055CC;
}
</style>
background-color css
<style>
a { background-color: #C055CC; }
a { background-color: rgb(192,85,204); }
div.DivClassName
{
background-color: #C055CC;
}
.BgClassName
{
background-color: #C055CC;
}
</style>
border-color css
<style>
span { border-color: #C055CC; }
span { border-color: rgb(192,85,204); }
td.TdClassName
{
border-color: #C055CC;
}
.TagClassName
{
border-color: #C055CC;
}
</style>