Shades of Medium Orchid #C854DB
Tints of Medium Orchid #C854DB
RGB
CMYK
RGB Variations
Color information
#C854DB (or 0xC854DB) is known color: Medium Orchid. HEX triplet: C8, 54 and DB. RGB value is (200,84,219). Sum of RGB (Red+Green+Blue) = 200+84+219=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 84 (33.20% from 255 or 16.70% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #C854DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C854DB is #37AB24. Grayscale: #858585. Windows color (decimal): -3648293 or 14374088. OLE color: 14374088.
HSL color Cylindrical-coordinate representation of color #C854DB: hue angle of 291.56º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C854DB is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 84 | 219 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.14 |
| HSL | 291.56º | 0.65% | 0.59% | - |
| HSV(B) | 291.56º | 0.62% | 0.86% | - |
| XYZ | 39.78 | 23.73 | 69.5 | - |
| YUV | 134.07 | 175.93 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 84 | 219 | 0.09 | 0.62 | 0 | 0.14 | 291.56 | 0.65 | 0.59 |
| Hex | C8 | 54 | DB | 9 | 3E | 0 | E | 124 | 41 | 3B |
| Octal | 310 | 124 | 333 | 11 | 76 | 0 | 16 | 444 | 101 | 73 |
| Binary | 11001000 | 1010100 | 11011011 | 1001 | 111110 | 0 | 1110 | 100100100 | 1000001 | 111011 |
Color Harmonies of #C854DB
Complementary color
Monochromatic Colors of #C854DB
Black with #C854DB
Text Example
Text Example
White with #C854DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C854DB; }
p { color: rgb(200,84,219); }
H1.HeaderClassName
{
color: #C854DB;
}
.AnyTagClassName
{
color: #C854DB;
}
</style>
background-color css
<style>
a { background-color: #C854DB; }
a { background-color: rgb(200,84,219); }
div.DivClassName
{
background-color: #C854DB;
}
.BgClassName
{
background-color: #C854DB;
}
</style>
border-color css
<style>
span { border-color: #C854DB; }
span { border-color: rgb(200,84,219); }
td.TdClassName
{
border-color: #C854DB;
}
.TagClassName
{
border-color: #C854DB;
}
</style>