Shades of Medium Orchid #C04BDB
Tints of Medium Orchid #C04BDB
RGB
CMYK
RGB Variations
Color information
#C04BDB (or 0xC04BDB) is known color: Medium Orchid. HEX triplet: C0, 4B and DB. RGB value is (192,75,219). Sum of RGB (Red+Green+Blue) = 192+75+219=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 75 (29.69% from 255 or 15.43% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #C04BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04BDB is #3FB424. Grayscale: #7D7D7D. Windows color (decimal): -4174885 or 14371776. OLE color: 14371776.
HSL color Cylindrical-coordinate representation of color #C04BDB: hue angle of 288.75º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04BDB is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 75 | 219 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.14 |
| HSL | 288.75º | 0.67% | 0.58% | - |
| HSV(B) | 288.75º | 0.66% | 0.86% | - |
| XYZ | 37.04 | 21.35 | 69.19 | - |
| YUV | 126.4 | 180.26 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 219 | 0.12 | 0.66 | 0 | 0.14 | 288.75 | 0.67 | 0.58 |
| Hex | C0 | 4B | DB | C | 42 | 0 | E | 121 | 43 | 3A |
| Octal | 300 | 113 | 333 | 14 | 102 | 0 | 16 | 441 | 103 | 72 |
| Binary | 11000000 | 1001011 | 11011011 | 1100 | 1000010 | 0 | 1110 | 100100001 | 1000011 | 111010 |
Color Harmonies of #C04BDB
Complementary color
Monochromatic Colors of #C04BDB
Black with #C04BDB
Text Example
Text Example
White with #C04BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04BDB; }
p { color: rgb(192,75,219); }
H1.HeaderClassName
{
color: #C04BDB;
}
.AnyTagClassName
{
color: #C04BDB;
}
</style>
background-color css
<style>
a { background-color: #C04BDB; }
a { background-color: rgb(192,75,219); }
div.DivClassName
{
background-color: #C04BDB;
}
.BgClassName
{
background-color: #C04BDB;
}
</style>
border-color css
<style>
span { border-color: #C04BDB; }
span { border-color: rgb(192,75,219); }
td.TdClassName
{
border-color: #C04BDB;
}
.TagClassName
{
border-color: #C04BDB;
}
</style>