Shades of Medium Orchid #C85DEF
Tints of Medium Orchid #C85DEF
RGB
CMYK
RGB Variations
Color information
#C85DEF (or 0xC85DEF) is known color: Medium Orchid. HEX triplet: C8, 5D and EF. RGB value is (200,93,239). Sum of RGB (Red+Green+Blue) = 200+93+239=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 93 (36.72% from 255 or 17.48% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #C85DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85DEF is #37A210. Grayscale: #8D8D8D. Windows color (decimal): -3645969 or 15687112. OLE color: 15687112.
HSL color Cylindrical-coordinate representation of color #C85DEF: hue angle of 283.97º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C85DEF is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 93 | 239 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.06 |
| HSL | 283.97º | 0.82% | 0.65% | - |
| HSV(B) | 283.97º | 0.61% | 0.94% | - |
| XYZ | 43.31 | 26.34 | 84.46 | - |
| YUV | 141.64 | 182.95 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 239 | 0.16 | 0.61 | 0 | 0.06 | 283.97 | 0.82 | 0.65 |
| Hex | C8 | 5D | EF | 10 | 3D | 0 | 6 | 11C | 52 | 41 |
| Octal | 310 | 135 | 357 | 20 | 75 | 0 | 6 | 434 | 122 | 101 |
| Binary | 11001000 | 1011101 | 11101111 | 10000 | 111101 | 0 | 110 | 100011100 | 1010010 | 1000001 |
Color Harmonies of #C85DEF
Complementary color
Monochromatic Colors of #C85DEF
Black with #C85DEF
Text Example
Text Example
White with #C85DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85DEF; }
p { color: rgb(200,93,239); }
H1.HeaderClassName
{
color: #C85DEF;
}
.AnyTagClassName
{
color: #C85DEF;
}
</style>
background-color css
<style>
a { background-color: #C85DEF; }
a { background-color: rgb(200,93,239); }
div.DivClassName
{
background-color: #C85DEF;
}
.BgClassName
{
background-color: #C85DEF;
}
</style>
border-color css
<style>
span { border-color: #C85DEF; }
span { border-color: rgb(200,93,239); }
td.TdClassName
{
border-color: #C85DEF;
}
.TagClassName
{
border-color: #C85DEF;
}
</style>