Shades of Medium Orchid #C85CDB
Tints of Medium Orchid #C85CDB
RGB
CMYK
RGB Variations
Color information
#C85CDB (or 0xC85CDB) is known color: Medium Orchid. HEX triplet: C8, 5C and DB. RGB value is (200,92,219). Sum of RGB (Red+Green+Blue) = 200+92+219=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 92 (36.33% from 255 or 18.00% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #C85CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85CDB is #37A324. Grayscale: #8A8A8A. Windows color (decimal): -3646245 or 14376136. OLE color: 14376136.
HSL color Cylindrical-coordinate representation of color #C85CDB: hue angle of 291.02º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C85CDB is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 92 | 219 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.14 |
| HSL | 291.02º | 0.64% | 0.61% | - |
| HSV(B) | 291.02º | 0.58% | 0.86% | - |
| XYZ | 40.43 | 25.05 | 69.72 | - |
| YUV | 138.77 | 173.28 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 219 | 0.09 | 0.58 | 0 | 0.14 | 291.02 | 0.64 | 0.61 |
| Hex | C8 | 5C | DB | 9 | 3A | 0 | E | 123 | 40 | 3D |
| Octal | 310 | 134 | 333 | 11 | 72 | 0 | 16 | 443 | 100 | 75 |
| Binary | 11001000 | 1011100 | 11011011 | 1001 | 111010 | 0 | 1110 | 100100011 | 1000000 | 111101 |
Color Harmonies of #C85CDB
Complementary color
Monochromatic Colors of #C85CDB
Black with #C85CDB
Text Example
Text Example
White with #C85CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85CDB; }
p { color: rgb(200,92,219); }
H1.HeaderClassName
{
color: #C85CDB;
}
.AnyTagClassName
{
color: #C85CDB;
}
</style>
background-color css
<style>
a { background-color: #C85CDB; }
a { background-color: rgb(200,92,219); }
div.DivClassName
{
background-color: #C85CDB;
}
.BgClassName
{
background-color: #C85CDB;
}
</style>
border-color css
<style>
span { border-color: #C85CDB; }
span { border-color: rgb(200,92,219); }
td.TdClassName
{
border-color: #C85CDB;
}
.TagClassName
{
border-color: #C85CDB;
}
</style>