Shades of Medium Orchid #C85CDE
Tints of Medium Orchid #C85CDE
RGB
CMYK
RGB Variations
Color information
#C85CDE (or 0xC85CDE) is known color: Medium Orchid. HEX triplet: C8, 5C and DE. RGB value is (200,92,222). Sum of RGB (Red+Green+Blue) = 200+92+222=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 92 (36.33% from 255 or 17.90% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 222 - color contains mainly: blue. Hex color #C85CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85CDE is #37A321. Grayscale: #8A8A8A. Windows color (decimal): -3646242 or 14572744. OLE color: 14572744.
HSL color Cylindrical-coordinate representation of color #C85CDE: hue angle of 289.85º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C85CDE is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 92 | 222 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.13 |
| HSL | 289.85º | 0.66% | 0.62% | - |
| HSV(B) | 289.85º | 0.59% | 0.87% | - |
| XYZ | 40.83 | 25.21 | 71.82 | - |
| YUV | 139.11 | 174.78 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 222 | 0.10 | 0.59 | 0 | 0.13 | 289.85 | 0.66 | 0.62 |
| Hex | C8 | 5C | DE | A | 3B | 0 | D | 122 | 42 | 3E |
| Octal | 310 | 134 | 336 | 12 | 73 | 0 | 15 | 442 | 102 | 76 |
| Binary | 11001000 | 1011100 | 11011110 | 1010 | 111011 | 0 | 1101 | 100100010 | 1000010 | 111110 |
Color Harmonies of #C85CDE
Complementary color
Monochromatic Colors of #C85CDE
Black with #C85CDE
Text Example
Text Example
White with #C85CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85CDE; }
p { color: rgb(200,92,222); }
H1.HeaderClassName
{
color: #C85CDE;
}
.AnyTagClassName
{
color: #C85CDE;
}
</style>
background-color css
<style>
a { background-color: #C85CDE; }
a { background-color: rgb(200,92,222); }
div.DivClassName
{
background-color: #C85CDE;
}
.BgClassName
{
background-color: #C85CDE;
}
</style>
border-color css
<style>
span { border-color: #C85CDE; }
span { border-color: rgb(200,92,222); }
td.TdClassName
{
border-color: #C85CDE;
}
.TagClassName
{
border-color: #C85CDE;
}
</style>