Shades of Medium Orchid #C05ECC
Tints of Medium Orchid #C05ECC
RGB
CMYK
RGB Variations
Color information
#C05ECC (or 0xC05ECC) is known color: Medium Orchid. HEX triplet: C0, 5E and CC. RGB value is (192,94,204). Sum of RGB (Red+Green+Blue) = 192+94+204=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 94 (37.11% from 255 or 19.18% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #C05ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05ECC is #3FA133. Grayscale: #878787. Windows color (decimal): -4170036 or 13393600. OLE color: 13393600.
HSL color Cylindrical-coordinate representation of color #C05ECC: hue angle of 293.45º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C05ECC is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 192 | 94 | 204 | - |
CMYK | 0.06 | 0.54 | 0 | 0.2 |
HSL | 293.45º | 0.52% | 0.58% | - |
HSV(B) | 293.45º | 0.54% | 0.8% | - |
XYZ | 36.64 | 23.57 | 59.75 | - |
YUV | 135.84 | 166.47 | 168.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 94 | 204 | 0.06 | 0.54 | 0 | 0.2 | 293.45 | 0.52 | 0.58 |
Hex | C0 | 5E | CC | 6 | 36 | 0 | 14 | 125 | 34 | 3A |
Octal | 300 | 136 | 314 | 6 | 66 | 0 | 24 | 445 | 64 | 72 |
Binary | 11000000 | 1011110 | 11001100 | 110 | 110110 | 0 | 10100 | 100100101 | 110100 | 111010 |
Color Harmonies of #C05ECC
Complementary color
Monochromatic Colors of #C05ECC
Black with #C05ECC
Text Example
Text Example
White with #C05ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05ECC; }
p { color: rgb(192,94,204); }
H1.HeaderClassName
{
color: #C05ECC;
}
.AnyTagClassName
{
color: #C05ECC;
}
</style>
background-color css
<style>
a { background-color: #C05ECC; }
a { background-color: rgb(192,94,204); }
div.DivClassName
{
background-color: #C05ECC;
}
.BgClassName
{
background-color: #C05ECC;
}
</style>
border-color css
<style>
span { border-color: #C05ECC; }
span { border-color: rgb(192,94,204); }
td.TdClassName
{
border-color: #C05ECC;
}
.TagClassName
{
border-color: #C05ECC;
}
</style>