Shades of Medium Orchid #C84DDB
Tints of Medium Orchid #C84DDB
RGB
CMYK
RGB Variations
Color information
#C84DDB (or 0xC84DDB) is known color: Medium Orchid. HEX triplet: C8, 4D and DB. RGB value is (200,77,219). Sum of RGB (Red+Green+Blue) = 200+77+219=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 77 (30.47% from 255 or 15.52% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #C84DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84DDB is #37B224. Grayscale: #818181. Windows color (decimal): -3650085 or 14372296. OLE color: 14372296.
HSL color Cylindrical-coordinate representation of color #C84DDB: hue angle of 291.97º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C84DDB is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 77 | 219 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.14 |
| HSL | 291.97º | 0.66% | 0.58% | - |
| HSV(B) | 291.97º | 0.65% | 0.86% | - |
| XYZ | 39.26 | 22.7 | 69.33 | - |
| YUV | 129.97 | 178.25 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 219 | 0.09 | 0.65 | 0 | 0.14 | 291.97 | 0.66 | 0.58 |
| Hex | C8 | 4D | DB | 9 | 41 | 0 | E | 124 | 42 | 3A |
| Octal | 310 | 115 | 333 | 11 | 101 | 0 | 16 | 444 | 102 | 72 |
| Binary | 11001000 | 1001101 | 11011011 | 1001 | 1000001 | 0 | 1110 | 100100100 | 1000010 | 111010 |
Color Harmonies of #C84DDB
Complementary color
Monochromatic Colors of #C84DDB
Black with #C84DDB
Text Example
Text Example
White with #C84DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84DDB; }
p { color: rgb(200,77,219); }
H1.HeaderClassName
{
color: #C84DDB;
}
.AnyTagClassName
{
color: #C84DDB;
}
</style>
background-color css
<style>
a { background-color: #C84DDB; }
a { background-color: rgb(200,77,219); }
div.DivClassName
{
background-color: #C84DDB;
}
.BgClassName
{
background-color: #C84DDB;
}
</style>
border-color css
<style>
span { border-color: #C84DDB; }
span { border-color: rgb(200,77,219); }
td.TdClassName
{
border-color: #C84DDB;
}
.TagClassName
{
border-color: #C84DDB;
}
</style>