Shades of Medium Orchid #C05CEB
Tints of Medium Orchid #C05CEB
RGB
CMYK
RGB Variations
Color information
#C05CEB (or 0xC05CEB) is known color: Medium Orchid. HEX triplet: C0, 5C and EB. RGB value is (192,92,235). Sum of RGB (Red+Green+Blue) = 192+92+235=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 92 (36.33% from 255 or 17.73% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #C05CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05CEB is #3FA314. Grayscale: #898989. Windows color (decimal): -4170517 or 15424704. OLE color: 15424704.
HSL color Cylindrical-coordinate representation of color #C05CEB: hue angle of 281.96º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C05CEB is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 92 | 235 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.08 |
| HSL | 281.96º | 0.78% | 0.64% | - |
| HSV(B) | 281.96º | 0.61% | 0.92% | - |
| XYZ | 40.56 | 24.86 | 81.26 | - |
| YUV | 138.2 | 182.63 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 235 | 0.18 | 0.61 | 0 | 0.08 | 281.96 | 0.78 | 0.64 |
| Hex | C0 | 5C | EB | 12 | 3D | 0 | 8 | 11A | 4E | 40 |
| Octal | 300 | 134 | 353 | 22 | 75 | 0 | 10 | 432 | 116 | 100 |
| Binary | 11000000 | 1011100 | 11101011 | 10010 | 111101 | 0 | 1000 | 100011010 | 1001110 | 1000000 |
Color Harmonies of #C05CEB
Complementary color
Monochromatic Colors of #C05CEB
Black with #C05CEB
Text Example
Text Example
White with #C05CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05CEB; }
p { color: rgb(192,92,235); }
H1.HeaderClassName
{
color: #C05CEB;
}
.AnyTagClassName
{
color: #C05CEB;
}
</style>
background-color css
<style>
a { background-color: #C05CEB; }
a { background-color: rgb(192,92,235); }
div.DivClassName
{
background-color: #C05CEB;
}
.BgClassName
{
background-color: #C05CEB;
}
</style>
border-color css
<style>
span { border-color: #C05CEB; }
span { border-color: rgb(192,92,235); }
td.TdClassName
{
border-color: #C05CEB;
}
.TagClassName
{
border-color: #C05CEB;
}
</style>