Shades of Medium Orchid #C04FDB
Tints of Medium Orchid #C04FDB
RGB
CMYK
RGB Variations
Color information
#C04FDB (or 0xC04FDB) is known color: Medium Orchid. HEX triplet: C0, 4F and DB. RGB value is (192,79,219). Sum of RGB (Red+Green+Blue) = 192+79+219=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 79 (31.25% from 255 or 16.12% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #C04FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04FDB is #3FB024. Grayscale: #808080. Windows color (decimal): -4173861 or 14372800. OLE color: 14372800.
HSL color Cylindrical-coordinate representation of color #C04FDB: hue angle of 288.43º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04FDB is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 79 | 219 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.14 |
| HSL | 288.43º | 0.66% | 0.58% | - |
| HSV(B) | 288.43º | 0.64% | 0.86% | - |
| XYZ | 37.32 | 21.91 | 69.28 | - |
| YUV | 128.75 | 178.94 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 219 | 0.12 | 0.64 | 0 | 0.14 | 288.43 | 0.66 | 0.58 |
| Hex | C0 | 4F | DB | C | 40 | 0 | E | 120 | 42 | 3A |
| Octal | 300 | 117 | 333 | 14 | 100 | 0 | 16 | 440 | 102 | 72 |
| Binary | 11000000 | 1001111 | 11011011 | 1100 | 1000000 | 0 | 1110 | 100100000 | 1000010 | 111010 |
Color Harmonies of #C04FDB
Complementary color
Monochromatic Colors of #C04FDB
Black with #C04FDB
Text Example
Text Example
White with #C04FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FDB; }
p { color: rgb(192,79,219); }
H1.HeaderClassName
{
color: #C04FDB;
}
.AnyTagClassName
{
color: #C04FDB;
}
</style>
background-color css
<style>
a { background-color: #C04FDB; }
a { background-color: rgb(192,79,219); }
div.DivClassName
{
background-color: #C04FDB;
}
.BgClassName
{
background-color: #C04FDB;
}
</style>
border-color css
<style>
span { border-color: #C04FDB; }
span { border-color: rgb(192,79,219); }
td.TdClassName
{
border-color: #C04FDB;
}
.TagClassName
{
border-color: #C04FDB;
}
</style>