Shades of Medium Orchid #C85DDF
Tints of Medium Orchid #C85DDF
RGB
CMYK
RGB Variations
Color information
#C85DDF (or 0xC85DDF) is known color: Medium Orchid. HEX triplet: C8, 5D and DF. RGB value is (200,93,223). Sum of RGB (Red+Green+Blue) = 200+93+223=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 93 (36.72% from 255 or 18.02% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #C85DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85DDF is #37A220. Grayscale: #8B8B8B. Windows color (decimal): -3645985 or 14638536. OLE color: 14638536.
HSL color Cylindrical-coordinate representation of color #C85DDF: hue angle of 289.38º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C85DDF is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 93 | 223 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.13 |
| HSL | 289.38º | 0.67% | 0.62% | - |
| HSV(B) | 289.38º | 0.58% | 0.87% | - |
| XYZ | 41.05 | 25.44 | 72.56 | - |
| YUV | 139.81 | 174.95 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 223 | 0.10 | 0.58 | 0 | 0.13 | 289.38 | 0.67 | 0.62 |
| Hex | C8 | 5D | DF | A | 3A | 0 | D | 121 | 43 | 3E |
| Octal | 310 | 135 | 337 | 12 | 72 | 0 | 15 | 441 | 103 | 76 |
| Binary | 11001000 | 1011101 | 11011111 | 1010 | 111010 | 0 | 1101 | 100100001 | 1000011 | 111110 |
Color Harmonies of #C85DDF
Complementary color
Monochromatic Colors of #C85DDF
Black with #C85DDF
Text Example
Text Example
White with #C85DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85DDF; }
p { color: rgb(200,93,223); }
H1.HeaderClassName
{
color: #C85DDF;
}
.AnyTagClassName
{
color: #C85DDF;
}
</style>
background-color css
<style>
a { background-color: #C85DDF; }
a { background-color: rgb(200,93,223); }
div.DivClassName
{
background-color: #C85DDF;
}
.BgClassName
{
background-color: #C85DDF;
}
</style>
border-color css
<style>
span { border-color: #C85DDF; }
span { border-color: rgb(200,93,223); }
td.TdClassName
{
border-color: #C85DDF;
}
.TagClassName
{
border-color: #C85DDF;
}
</style>