Shades of Medium Orchid #C85CDD
Tints of Medium Orchid #C85CDD
RGB
CMYK
RGB Variations
Color information
#C85CDD (or 0xC85CDD) is known color: Medium Orchid. HEX triplet: C8, 5C and DD. RGB value is (200,92,221). Sum of RGB (Red+Green+Blue) = 200+92+221=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 92 (36.33% from 255 or 17.93% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #C85CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85CDD is #37A322. Grayscale: #8A8A8A. Windows color (decimal): -3646243 or 14507208. OLE color: 14507208.
HSL color Cylindrical-coordinate representation of color #C85CDD: hue angle of 290.23º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C85CDD is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 92 | 221 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.13 |
| HSL | 290.23º | 0.65% | 0.61% | - |
| HSV(B) | 290.23º | 0.58% | 0.87% | - |
| XYZ | 40.7 | 25.15 | 71.12 | - |
| YUV | 139 | 174.28 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 221 | 0.10 | 0.58 | 0 | 0.13 | 290.23 | 0.65 | 0.61 |
| Hex | C8 | 5C | DD | A | 3A | 0 | D | 122 | 41 | 3D |
| Octal | 310 | 134 | 335 | 12 | 72 | 0 | 15 | 442 | 101 | 75 |
| Binary | 11001000 | 1011100 | 11011101 | 1010 | 111010 | 0 | 1101 | 100100010 | 1000001 | 111101 |
Color Harmonies of #C85CDD
Complementary color
Monochromatic Colors of #C85CDD
Black with #C85CDD
Text Example
Text Example
White with #C85CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85CDD; }
p { color: rgb(200,92,221); }
H1.HeaderClassName
{
color: #C85CDD;
}
.AnyTagClassName
{
color: #C85CDD;
}
</style>
background-color css
<style>
a { background-color: #C85CDD; }
a { background-color: rgb(200,92,221); }
div.DivClassName
{
background-color: #C85CDD;
}
.BgClassName
{
background-color: #C85CDD;
}
</style>
border-color css
<style>
span { border-color: #C85CDD; }
span { border-color: rgb(200,92,221); }
td.TdClassName
{
border-color: #C85CDD;
}
.TagClassName
{
border-color: #C85CDD;
}
</style>