Shades of Medium Orchid #C04BDE
Tints of Medium Orchid #C04BDE
RGB
CMYK
RGB Variations
Color information
#C04BDE (or 0xC04BDE) is known color: Medium Orchid. HEX triplet: C0, 4B and DE. RGB value is (192,75,222). Sum of RGB (Red+Green+Blue) = 192+75+222=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 75 (29.69% from 255 or 15.34% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #C04BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04BDE is #3FB421. Grayscale: #7E7E7E. Windows color (decimal): -4174882 or 14568384. OLE color: 14568384.
HSL color Cylindrical-coordinate representation of color #C04BDE: hue angle of 287.76º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04BDE is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 75 | 222 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.13 |
| HSL | 287.76º | 0.69% | 0.58% | - |
| HSV(B) | 287.76º | 0.66% | 0.87% | - |
| XYZ | 37.44 | 21.51 | 71.29 | - |
| YUV | 126.74 | 181.76 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 222 | 0.14 | 0.66 | 0 | 0.13 | 287.76 | 0.69 | 0.58 |
| Hex | C0 | 4B | DE | E | 42 | 0 | D | 120 | 45 | 3A |
| Octal | 300 | 113 | 336 | 16 | 102 | 0 | 15 | 440 | 105 | 72 |
| Binary | 11000000 | 1001011 | 11011110 | 1110 | 1000010 | 0 | 1101 | 100100000 | 1000101 | 111010 |
Color Harmonies of #C04BDE
Complementary color
Monochromatic Colors of #C04BDE
Black with #C04BDE
Text Example
Text Example
White with #C04BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04BDE; }
p { color: rgb(192,75,222); }
H1.HeaderClassName
{
color: #C04BDE;
}
.AnyTagClassName
{
color: #C04BDE;
}
</style>
background-color css
<style>
a { background-color: #C04BDE; }
a { background-color: rgb(192,75,222); }
div.DivClassName
{
background-color: #C04BDE;
}
.BgClassName
{
background-color: #C04BDE;
}
</style>
border-color css
<style>
span { border-color: #C04BDE; }
span { border-color: rgb(192,75,222); }
td.TdClassName
{
border-color: #C04BDE;
}
.TagClassName
{
border-color: #C04BDE;
}
</style>