Shades of Medium Orchid #C85BDA
Tints of Medium Orchid #C85BDA
RGB
CMYK
RGB Variations
Color information
#C85BDA (or 0xC85BDA) is known color: Medium Orchid. HEX triplet: C8, 5B and DA. RGB value is (200,91,218). Sum of RGB (Red+Green+Blue) = 200+91+218=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 91 (35.94% from 255 or 17.88% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #C85BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85BDA is #37A425. Grayscale: #898989. Windows color (decimal): -3646502 or 14310344. OLE color: 14310344.
HSL color Cylindrical-coordinate representation of color #C85BDA: hue angle of 291.5º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C85BDA is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 91 | 218 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.15 |
| HSL | 291.5º | 0.63% | 0.61% | - |
| HSV(B) | 291.5º | 0.58% | 0.85% | - |
| XYZ | 40.22 | 24.82 | 69 | - |
| YUV | 138.07 | 173.11 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 218 | 0.08 | 0.58 | 0 | 0.15 | 291.5 | 0.63 | 0.61 |
| Hex | C8 | 5B | DA | 8 | 3A | 0 | F | 123 | 3F | 3D |
| Octal | 310 | 133 | 332 | 10 | 72 | 0 | 17 | 443 | 77 | 75 |
| Binary | 11001000 | 1011011 | 11011010 | 1000 | 111010 | 0 | 1111 | 100100011 | 111111 | 111101 |
Color Harmonies of #C85BDA
Complementary color
Monochromatic Colors of #C85BDA
Black with #C85BDA
Text Example
Text Example
White with #C85BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85BDA; }
p { color: rgb(200,91,218); }
H1.HeaderClassName
{
color: #C85BDA;
}
.AnyTagClassName
{
color: #C85BDA;
}
</style>
background-color css
<style>
a { background-color: #C85BDA; }
a { background-color: rgb(200,91,218); }
div.DivClassName
{
background-color: #C85BDA;
}
.BgClassName
{
background-color: #C85BDA;
}
</style>
border-color css
<style>
span { border-color: #C85BDA; }
span { border-color: rgb(200,91,218); }
td.TdClassName
{
border-color: #C85BDA;
}
.TagClassName
{
border-color: #C85BDA;
}
</style>