Shades of Medium Orchid #C851DB
Tints of Medium Orchid #C851DB
RGB
CMYK
RGB Variations
Color information
#C851DB (or 0xC851DB) is known color: Medium Orchid. HEX triplet: C8, 51 and DB. RGB value is (200,81,219). Sum of RGB (Red+Green+Blue) = 200+81+219=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 81 (32.03% from 255 or 16.2% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #C851DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C851DB is #37AE24. Grayscale: #838383. Windows color (decimal): -3649061 or 14373320. OLE color: 14373320.
HSL color Cylindrical-coordinate representation of color #C851DB: hue angle of 291.74º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C851DB is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 81 | 219 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.14 |
| HSL | 291.74º | 0.66% | 0.59% | - |
| HSV(B) | 291.74º | 0.63% | 0.86% | - |
| XYZ | 39.55 | 23.28 | 69.43 | - |
| YUV | 132.31 | 176.92 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 219 | 0.09 | 0.63 | 0 | 0.14 | 291.74 | 0.66 | 0.59 |
| Hex | C8 | 51 | DB | 9 | 3F | 0 | E | 124 | 42 | 3B |
| Octal | 310 | 121 | 333 | 11 | 77 | 0 | 16 | 444 | 102 | 73 |
| Binary | 11001000 | 1010001 | 11011011 | 1001 | 111111 | 0 | 1110 | 100100100 | 1000010 | 111011 |
Color Harmonies of #C851DB
Complementary color
Monochromatic Colors of #C851DB
Black with #C851DB
Text Example
Text Example
White with #C851DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C851DB; }
p { color: rgb(200,81,219); }
H1.HeaderClassName
{
color: #C851DB;
}
.AnyTagClassName
{
color: #C851DB;
}
</style>
background-color css
<style>
a { background-color: #C851DB; }
a { background-color: rgb(200,81,219); }
div.DivClassName
{
background-color: #C851DB;
}
.BgClassName
{
background-color: #C851DB;
}
</style>
border-color css
<style>
span { border-color: #C851DB; }
span { border-color: rgb(200,81,219); }
td.TdClassName
{
border-color: #C851DB;
}
.TagClassName
{
border-color: #C851DB;
}
</style>