Shades of Medium Orchid #C04BDD
Tints of Medium Orchid #C04BDD
RGB
CMYK
RGB Variations
Color information
#C04BDD (or 0xC04BDD) is known color: Medium Orchid. HEX triplet: C0, 4B and DD. RGB value is (192,75,221). Sum of RGB (Red+Green+Blue) = 192+75+221=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 75 (29.69% from 255 or 15.37% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #C04BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04BDD is #3FB422. Grayscale: #7E7E7E. Windows color (decimal): -4174883 or 14502848. OLE color: 14502848.
HSL color Cylindrical-coordinate representation of color #C04BDD: hue angle of 288.08º degrees, saturation: 0.68, 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 #C04BDD is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 75 | 221 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.13 |
| HSL | 288.08º | 0.68% | 0.58% | - |
| HSV(B) | 288.08º | 0.66% | 0.87% | - |
| XYZ | 37.31 | 21.46 | 70.58 | - |
| YUV | 126.63 | 181.26 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 221 | 0.13 | 0.66 | 0 | 0.13 | 288.08 | 0.68 | 0.58 |
| Hex | C0 | 4B | DD | D | 42 | 0 | D | 120 | 44 | 3A |
| Octal | 300 | 113 | 335 | 15 | 102 | 0 | 15 | 440 | 104 | 72 |
| Binary | 11000000 | 1001011 | 11011101 | 1101 | 1000010 | 0 | 1101 | 100100000 | 1000100 | 111010 |
Color Harmonies of #C04BDD
Complementary color
Monochromatic Colors of #C04BDD
Black with #C04BDD
Text Example
Text Example
White with #C04BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04BDD; }
p { color: rgb(192,75,221); }
H1.HeaderClassName
{
color: #C04BDD;
}
.AnyTagClassName
{
color: #C04BDD;
}
</style>
background-color css
<style>
a { background-color: #C04BDD; }
a { background-color: rgb(192,75,221); }
div.DivClassName
{
background-color: #C04BDD;
}
.BgClassName
{
background-color: #C04BDD;
}
</style>
border-color css
<style>
span { border-color: #C04BDD; }
span { border-color: rgb(192,75,221); }
td.TdClassName
{
border-color: #C04BDD;
}
.TagClassName
{
border-color: #C04BDD;
}
</style>