Shades of Medium Orchid #C05FCC
Tints of Medium Orchid #C05FCC
RGB
CMYK
RGB Variations
Color information
#C05FCC (or 0xC05FCC) is known color: Medium Orchid. HEX triplet: C0, 5F and CC. RGB value is (192,95,204). Sum of RGB (Red+Green+Blue) = 192+95+204=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #C05FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FCC is #3FA033. Grayscale: #888888. Windows color (decimal): -4169780 or 13393856. OLE color: 13393856.
HSL color Cylindrical-coordinate representation of color #C05FCC: hue angle of 293.39º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C05FCC is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 95 | 204 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.2 |
| HSL | 293.39º | 0.52% | 0.59% | - |
| HSV(B) | 293.39º | 0.53% | 0.8% | - |
| XYZ | 36.73 | 23.75 | 59.78 | - |
| YUV | 136.43 | 166.14 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 204 | 0.06 | 0.53 | 0 | 0.2 | 293.39 | 0.52 | 0.59 |
| Hex | C0 | 5F | CC | 6 | 35 | 0 | 14 | 125 | 34 | 3B |
| Octal | 300 | 137 | 314 | 6 | 65 | 0 | 24 | 445 | 64 | 73 |
| Binary | 11000000 | 1011111 | 11001100 | 110 | 110101 | 0 | 10100 | 100100101 | 110100 | 111011 |
Color Harmonies of #C05FCC
Complementary color
Monochromatic Colors of #C05FCC
Black with #C05FCC
Text Example
Text Example
White with #C05FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05FCC; }
p { color: rgb(192,95,204); }
H1.HeaderClassName
{
color: #C05FCC;
}
.AnyTagClassName
{
color: #C05FCC;
}
</style>
background-color css
<style>
a { background-color: #C05FCC; }
a { background-color: rgb(192,95,204); }
div.DivClassName
{
background-color: #C05FCC;
}
.BgClassName
{
background-color: #C05FCC;
}
</style>
border-color css
<style>
span { border-color: #C05FCC; }
span { border-color: rgb(192,95,204); }
td.TdClassName
{
border-color: #C05FCC;
}
.TagClassName
{
border-color: #C05FCC;
}
</style>