Shades of Medium Orchid #C04CEB
Tints of Medium Orchid #C04CEB
RGB
CMYK
RGB Variations
Color information
#C04CEB (or 0xC04CEB) is known color: Medium Orchid. HEX triplet: C0, 4C and EB. RGB value is (192,76,235). Sum of RGB (Red+Green+Blue) = 192+76+235=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 76 (30.08% from 255 or 15.11% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #C04CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C04CEB is #3FB314. Grayscale: #808080. Windows color (decimal): -4174613 or 15420608. OLE color: 15420608.
HSL color Cylindrical-coordinate representation of color #C04CEB: hue angle of 283.77º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C04CEB is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 76 | 235 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.08 |
| HSL | 283.77º | 0.8% | 0.61% | - |
| HSV(B) | 283.77º | 0.68% | 0.92% | - |
| XYZ | 39.32 | 22.37 | 80.84 | - |
| YUV | 128.81 | 187.93 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 235 | 0.18 | 0.68 | 0 | 0.08 | 283.77 | 0.8 | 0.61 |
| Hex | C0 | 4C | EB | 12 | 44 | 0 | 8 | 11C | 50 | 3D |
| Octal | 300 | 114 | 353 | 22 | 104 | 0 | 10 | 434 | 120 | 75 |
| Binary | 11000000 | 1001100 | 11101011 | 10010 | 1000100 | 0 | 1000 | 100011100 | 1010000 | 111101 |
Color Harmonies of #C04CEB
Complementary color
Monochromatic Colors of #C04CEB
Black with #C04CEB
Text Example
Text Example
White with #C04CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04CEB; }
p { color: rgb(192,76,235); }
H1.HeaderClassName
{
color: #C04CEB;
}
.AnyTagClassName
{
color: #C04CEB;
}
</style>
background-color css
<style>
a { background-color: #C04CEB; }
a { background-color: rgb(192,76,235); }
div.DivClassName
{
background-color: #C04CEB;
}
.BgClassName
{
background-color: #C04CEB;
}
</style>
border-color css
<style>
span { border-color: #C04CEB; }
span { border-color: rgb(192,76,235); }
td.TdClassName
{
border-color: #C04CEB;
}
.TagClassName
{
border-color: #C04CEB;
}
</style>