Shades of Medium Orchid #C85FDB
Tints of Medium Orchid #C85FDB
RGB
CMYK
RGB Variations
Color information
#C85FDB (or 0xC85FDB) is known color: Medium Orchid. HEX triplet: C8, 5F and DB. RGB value is (200,95,219). Sum of RGB (Red+Green+Blue) = 200+95+219=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 95 (37.5% from 255 or 18.48% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #C85FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85FDB is #37A024. Grayscale: #8C8C8C. Windows color (decimal): -3645477 or 14376904. OLE color: 14376904.
HSL color Cylindrical-coordinate representation of color #C85FDB: hue angle of 290.81º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85FDB is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 95 | 219 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.14 |
| HSL | 290.81º | 0.63% | 0.62% | - |
| HSV(B) | 290.81º | 0.57% | 0.86% | - |
| XYZ | 40.7 | 25.58 | 69.81 | - |
| YUV | 140.53 | 172.29 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 219 | 0.09 | 0.57 | 0 | 0.14 | 290.81 | 0.63 | 0.62 |
| Hex | C8 | 5F | DB | 9 | 39 | 0 | E | 123 | 3F | 3E |
| Octal | 310 | 137 | 333 | 11 | 71 | 0 | 16 | 443 | 77 | 76 |
| Binary | 11001000 | 1011111 | 11011011 | 1001 | 111001 | 0 | 1110 | 100100011 | 111111 | 111110 |
Color Harmonies of #C85FDB
Complementary color
Monochromatic Colors of #C85FDB
Black with #C85FDB
Text Example
Text Example
White with #C85FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85FDB; }
p { color: rgb(200,95,219); }
H1.HeaderClassName
{
color: #C85FDB;
}
.AnyTagClassName
{
color: #C85FDB;
}
</style>
background-color css
<style>
a { background-color: #C85FDB; }
a { background-color: rgb(200,95,219); }
div.DivClassName
{
background-color: #C85FDB;
}
.BgClassName
{
background-color: #C85FDB;
}
</style>
border-color css
<style>
span { border-color: #C85FDB; }
span { border-color: rgb(200,95,219); }
td.TdClassName
{
border-color: #C85FDB;
}
.TagClassName
{
border-color: #C85FDB;
}
</style>