Shades of Medium Orchid #C85CEF
Tints of Medium Orchid #C85CEF
RGB
CMYK
RGB Variations
Color information
#C85CEF (or 0xC85CEF) is known color: Medium Orchid. HEX triplet: C8, 5C and EF. RGB value is (200,92,239). Sum of RGB (Red+Green+Blue) = 200+92+239=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 92 (36.33% from 255 or 17.33% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #C85CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85CEF is #37A310. Grayscale: #8C8C8C. Windows color (decimal): -3646225 or 15686856. OLE color: 15686856.
HSL color Cylindrical-coordinate representation of color #C85CEF: hue angle of 284.08º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C85CEF is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 92 | 239 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.06 |
| HSL | 284.08º | 0.82% | 0.65% | - |
| HSV(B) | 284.08º | 0.62% | 0.94% | - |
| XYZ | 43.23 | 26.17 | 84.43 | - |
| YUV | 141.05 | 183.28 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 239 | 0.16 | 0.62 | 0 | 0.06 | 284.08 | 0.82 | 0.65 |
| Hex | C8 | 5C | EF | 10 | 3E | 0 | 6 | 11C | 52 | 41 |
| Octal | 310 | 134 | 357 | 20 | 76 | 0 | 6 | 434 | 122 | 101 |
| Binary | 11001000 | 1011100 | 11101111 | 10000 | 111110 | 0 | 110 | 100011100 | 1010010 | 1000001 |
Color Harmonies of #C85CEF
Complementary color
Monochromatic Colors of #C85CEF
Black with #C85CEF
Text Example
Text Example
White with #C85CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85CEF; }
p { color: rgb(200,92,239); }
H1.HeaderClassName
{
color: #C85CEF;
}
.AnyTagClassName
{
color: #C85CEF;
}
</style>
background-color css
<style>
a { background-color: #C85CEF; }
a { background-color: rgb(200,92,239); }
div.DivClassName
{
background-color: #C85CEF;
}
.BgClassName
{
background-color: #C85CEF;
}
</style>
border-color css
<style>
span { border-color: #C85CEF; }
span { border-color: rgb(200,92,239); }
td.TdClassName
{
border-color: #C85CEF;
}
.TagClassName
{
border-color: #C85CEF;
}
</style>