Shades of Medium Orchid #C05CCE
Tints of Medium Orchid #C05CCE
RGB
CMYK
RGB Variations
Color information
#C05CCE (or 0xC05CCE) is known color: Medium Orchid. HEX triplet: C0, 5C and CE. RGB value is (192,92,206). Sum of RGB (Red+Green+Blue) = 192+92+206=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #C05CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05CCE is #3FA331. Grayscale: #868686. Windows color (decimal): -4170546 or 13524160. OLE color: 13524160.
HSL color Cylindrical-coordinate representation of color #C05CCE: hue angle of 292.63º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C05CCE is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 92 | 206 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.19 |
| HSL | 292.63º | 0.54% | 0.58% | - |
| HSV(B) | 292.63º | 0.55% | 0.81% | - |
| XYZ | 36.71 | 23.32 | 60.96 | - |
| YUV | 134.9 | 168.13 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 206 | 0.07 | 0.55 | 0 | 0.19 | 292.63 | 0.54 | 0.58 |
| Hex | C0 | 5C | CE | 7 | 37 | 0 | 13 | 125 | 36 | 3A |
| Octal | 300 | 134 | 316 | 7 | 67 | 0 | 23 | 445 | 66 | 72 |
| Binary | 11000000 | 1011100 | 11001110 | 111 | 110111 | 0 | 10011 | 100100101 | 110110 | 111010 |
Color Harmonies of #C05CCE
Complementary color
Monochromatic Colors of #C05CCE
Black with #C05CCE
Text Example
Text Example
White with #C05CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05CCE; }
p { color: rgb(192,92,206); }
H1.HeaderClassName
{
color: #C05CCE;
}
.AnyTagClassName
{
color: #C05CCE;
}
</style>
background-color css
<style>
a { background-color: #C05CCE; }
a { background-color: rgb(192,92,206); }
div.DivClassName
{
background-color: #C05CCE;
}
.BgClassName
{
background-color: #C05CCE;
}
</style>
border-color css
<style>
span { border-color: #C05CCE; }
span { border-color: rgb(192,92,206); }
td.TdClassName
{
border-color: #C05CCE;
}
.TagClassName
{
border-color: #C05CCE;
}
</style>