Shades of Medium Orchid #C85ADF
Tints of Medium Orchid #C85ADF
RGB
CMYK
RGB Variations
Color information
#C85ADF (or 0xC85ADF) is known color: Medium Orchid. HEX triplet: C8, 5A and DF. RGB value is (200,90,223). Sum of RGB (Red+Green+Blue) = 200+90+223=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 90 (35.55% from 255 or 17.54% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #C85ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85ADF is #37A520. Grayscale: #898989. Windows color (decimal): -3646753 or 14637768. OLE color: 14637768.
HSL color Cylindrical-coordinate representation of color #C85ADF: hue angle of 289.62º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85ADF is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 90 | 223 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.13 |
| HSL | 289.62º | 0.68% | 0.61% | - |
| HSV(B) | 289.62º | 0.6% | 0.87% | - |
| XYZ | 40.79 | 24.92 | 72.47 | - |
| YUV | 138.05 | 175.94 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 223 | 0.10 | 0.60 | 0 | 0.13 | 289.62 | 0.68 | 0.61 |
| Hex | C8 | 5A | DF | A | 3C | 0 | D | 122 | 44 | 3D |
| Octal | 310 | 132 | 337 | 12 | 74 | 0 | 15 | 442 | 104 | 75 |
| Binary | 11001000 | 1011010 | 11011111 | 1010 | 111100 | 0 | 1101 | 100100010 | 1000100 | 111101 |
Color Harmonies of #C85ADF
Complementary color
Monochromatic Colors of #C85ADF
Black with #C85ADF
Text Example
Text Example
White with #C85ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85ADF; }
p { color: rgb(200,90,223); }
H1.HeaderClassName
{
color: #C85ADF;
}
.AnyTagClassName
{
color: #C85ADF;
}
</style>
background-color css
<style>
a { background-color: #C85ADF; }
a { background-color: rgb(200,90,223); }
div.DivClassName
{
background-color: #C85ADF;
}
.BgClassName
{
background-color: #C85ADF;
}
</style>
border-color css
<style>
span { border-color: #C85ADF; }
span { border-color: rgb(200,90,223); }
td.TdClassName
{
border-color: #C85ADF;
}
.TagClassName
{
border-color: #C85ADF;
}
</style>