Shades of Medium Orchid #C84ADB
Tints of Medium Orchid #C84ADB
RGB
CMYK
RGB Variations
Color information
#C84ADB (or 0xC84ADB) is known color: Medium Orchid. HEX triplet: C8, 4A and DB. RGB value is (200,74,219). Sum of RGB (Red+Green+Blue) = 200+74+219=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 74 (29.30% from 255 or 15.01% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #C84ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84ADB is #37B524. Grayscale: #7F7F7F. Windows color (decimal): -3650853 or 14371528. OLE color: 14371528.
HSL color Cylindrical-coordinate representation of color #C84ADB: hue angle of 292.14º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C84ADB is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 74 | 219 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.14 |
| HSL | 292.14º | 0.67% | 0.57% | - |
| HSV(B) | 292.14º | 0.66% | 0.86% | - |
| XYZ | 39.05 | 22.29 | 69.26 | - |
| YUV | 128.2 | 179.24 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 219 | 0.09 | 0.66 | 0 | 0.14 | 292.14 | 0.67 | 0.57 |
| Hex | C8 | 4A | DB | 9 | 42 | 0 | E | 124 | 43 | 39 |
| Octal | 310 | 112 | 333 | 11 | 102 | 0 | 16 | 444 | 103 | 71 |
| Binary | 11001000 | 1001010 | 11011011 | 1001 | 1000010 | 0 | 1110 | 100100100 | 1000011 | 111001 |
Color Harmonies of #C84ADB
Complementary color
Monochromatic Colors of #C84ADB
Black with #C84ADB
Text Example
Text Example
White with #C84ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84ADB; }
p { color: rgb(200,74,219); }
H1.HeaderClassName
{
color: #C84ADB;
}
.AnyTagClassName
{
color: #C84ADB;
}
</style>
background-color css
<style>
a { background-color: #C84ADB; }
a { background-color: rgb(200,74,219); }
div.DivClassName
{
background-color: #C84ADB;
}
.BgClassName
{
background-color: #C84ADB;
}
</style>
border-color css
<style>
span { border-color: #C84ADB; }
span { border-color: rgb(200,74,219); }
td.TdClassName
{
border-color: #C84ADB;
}
.TagClassName
{
border-color: #C84ADB;
}
</style>