Shades of Medium Orchid #C85ADC
Tints of Medium Orchid #C85ADC
RGB
CMYK
RGB Variations
Color information
#C85ADC (or 0xC85ADC) is known color: Medium Orchid. HEX triplet: C8, 5A and DC. RGB value is (200,90,220). Sum of RGB (Red+Green+Blue) = 200+90+220=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 90 (35.55% from 255 or 17.65% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #C85ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85ADC is #37A523. Grayscale: #898989. Windows color (decimal): -3646756 or 14441160. OLE color: 14441160.
HSL color Cylindrical-coordinate representation of color #C85ADC: hue angle of 290.77º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C85ADC is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 90 | 220 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.14 |
| HSL | 290.77º | 0.65% | 0.61% | - |
| HSV(B) | 290.77º | 0.59% | 0.86% | - |
| XYZ | 40.39 | 24.76 | 70.36 | - |
| YUV | 137.71 | 174.44 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 220 | 0.09 | 0.59 | 0 | 0.14 | 290.77 | 0.65 | 0.61 |
| Hex | C8 | 5A | DC | 9 | 3B | 0 | E | 123 | 41 | 3D |
| Octal | 310 | 132 | 334 | 11 | 73 | 0 | 16 | 443 | 101 | 75 |
| Binary | 11001000 | 1011010 | 11011100 | 1001 | 111011 | 0 | 1110 | 100100011 | 1000001 | 111101 |
Color Harmonies of #C85ADC
Complementary color
Monochromatic Colors of #C85ADC
Black with #C85ADC
Text Example
Text Example
White with #C85ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85ADC; }
p { color: rgb(200,90,220); }
H1.HeaderClassName
{
color: #C85ADC;
}
.AnyTagClassName
{
color: #C85ADC;
}
</style>
background-color css
<style>
a { background-color: #C85ADC; }
a { background-color: rgb(200,90,220); }
div.DivClassName
{
background-color: #C85ADC;
}
.BgClassName
{
background-color: #C85ADC;
}
</style>
border-color css
<style>
span { border-color: #C85ADC; }
span { border-color: rgb(200,90,220); }
td.TdClassName
{
border-color: #C85ADC;
}
.TagClassName
{
border-color: #C85ADC;
}
</style>