Shades of Medium Orchid #C85EEF
Tints of Medium Orchid #C85EEF
RGB
CMYK
RGB Variations
Color information
#C85EEF (or 0xC85EEF) is known color: Medium Orchid. HEX triplet: C8, 5E and EF. RGB value is (200,94,239). Sum of RGB (Red+Green+Blue) = 200+94+239=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 94 (37.11% from 255 or 17.64% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #C85EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85EEF is #37A110. Grayscale: #8D8D8D. Windows color (decimal): -3645713 or 15687368. OLE color: 15687368.
HSL color Cylindrical-coordinate representation of color #C85EEF: hue angle of 283.86º 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 #C85EEF is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 94 | 239 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.06 |
| HSL | 283.86º | 0.82% | 0.65% | - |
| HSV(B) | 283.86º | 0.61% | 0.94% | - |
| XYZ | 43.4 | 26.52 | 84.49 | - |
| YUV | 142.22 | 182.62 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 239 | 0.16 | 0.61 | 0 | 0.06 | 283.86 | 0.82 | 0.65 |
| Hex | C8 | 5E | EF | 10 | 3D | 0 | 6 | 11C | 52 | 41 |
| Octal | 310 | 136 | 357 | 20 | 75 | 0 | 6 | 434 | 122 | 101 |
| Binary | 11001000 | 1011110 | 11101111 | 10000 | 111101 | 0 | 110 | 100011100 | 1010010 | 1000001 |
Color Harmonies of #C85EEF
Complementary color
Monochromatic Colors of #C85EEF
Black with #C85EEF
Text Example
Text Example
White with #C85EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85EEF; }
p { color: rgb(200,94,239); }
H1.HeaderClassName
{
color: #C85EEF;
}
.AnyTagClassName
{
color: #C85EEF;
}
</style>
background-color css
<style>
a { background-color: #C85EEF; }
a { background-color: rgb(200,94,239); }
div.DivClassName
{
background-color: #C85EEF;
}
.BgClassName
{
background-color: #C85EEF;
}
</style>
border-color css
<style>
span { border-color: #C85EEF; }
span { border-color: rgb(200,94,239); }
td.TdClassName
{
border-color: #C85EEF;
}
.TagClassName
{
border-color: #C85EEF;
}
</style>