Shades of Medium Orchid #C85FDE
Tints of Medium Orchid #C85FDE
RGB
CMYK
RGB Variations
Color information
#C85FDE (or 0xC85FDE) is known color: Medium Orchid. HEX triplet: C8, 5F and DE. RGB value is (200,95,222). Sum of RGB (Red+Green+Blue) = 200+95+222=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 95 (37.5% from 255 or 18.38% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #C85FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85FDE is #37A021. Grayscale: #8C8C8C. Windows color (decimal): -3645474 or 14573512. OLE color: 14573512.
HSL color Cylindrical-coordinate representation of color #C85FDE: hue angle of 289.61º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85FDE is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 95 | 222 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.13 |
| HSL | 289.61º | 0.66% | 0.62% | - |
| HSV(B) | 289.61º | 0.57% | 0.87% | - |
| XYZ | 41.1 | 25.74 | 71.91 | - |
| YUV | 140.87 | 173.79 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 222 | 0.10 | 0.57 | 0 | 0.13 | 289.61 | 0.66 | 0.62 |
| Hex | C8 | 5F | DE | A | 39 | 0 | D | 122 | 42 | 3E |
| Octal | 310 | 137 | 336 | 12 | 71 | 0 | 15 | 442 | 102 | 76 |
| Binary | 11001000 | 1011111 | 11011110 | 1010 | 111001 | 0 | 1101 | 100100010 | 1000010 | 111110 |
Color Harmonies of #C85FDE
Complementary color
Monochromatic Colors of #C85FDE
Black with #C85FDE
Text Example
Text Example
White with #C85FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85FDE; }
p { color: rgb(200,95,222); }
H1.HeaderClassName
{
color: #C85FDE;
}
.AnyTagClassName
{
color: #C85FDE;
}
</style>
background-color css
<style>
a { background-color: #C85FDE; }
a { background-color: rgb(200,95,222); }
div.DivClassName
{
background-color: #C85FDE;
}
.BgClassName
{
background-color: #C85FDE;
}
</style>
border-color css
<style>
span { border-color: #C85FDE; }
span { border-color: rgb(200,95,222); }
td.TdClassName
{
border-color: #C85FDE;
}
.TagClassName
{
border-color: #C85FDE;
}
</style>