Shades of Medium Orchid #C85CEC
Tints of Medium Orchid #C85CEC
RGB
CMYK
RGB Variations
Color information
#C85CEC (or 0xC85CEC) is known color: Medium Orchid. HEX triplet: C8, 5C and EC. RGB value is (200,92,236). Sum of RGB (Red+Green+Blue) = 200+92+236=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 92 (36.33% from 255 or 17.42% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #C85CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85CEC is #37A313. Grayscale: #8C8C8C. Windows color (decimal): -3646228 or 15490248. OLE color: 15490248.
HSL color Cylindrical-coordinate representation of color #C85CEC: hue angle of 285º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C85CEC is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 92 | 236 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.07 |
| HSL | 285º | 0.79% | 0.64% | - |
| HSV(B) | 285º | 0.61% | 0.93% | - |
| XYZ | 42.79 | 25.99 | 82.12 | - |
| YUV | 140.71 | 181.78 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 236 | 0.15 | 0.61 | 0 | 0.07 | 285 | 0.79 | 0.64 |
| Hex | C8 | 5C | EC | F | 3D | 0 | 7 | 11D | 4F | 40 |
| Octal | 310 | 134 | 354 | 17 | 75 | 0 | 7 | 435 | 117 | 100 |
| Binary | 11001000 | 1011100 | 11101100 | 1111 | 111101 | 0 | 111 | 100011101 | 1001111 | 1000000 |
Color Harmonies of #C85CEC
Complementary color
Monochromatic Colors of #C85CEC
Black with #C85CEC
Text Example
Text Example
White with #C85CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85CEC; }
p { color: rgb(200,92,236); }
H1.HeaderClassName
{
color: #C85CEC;
}
.AnyTagClassName
{
color: #C85CEC;
}
</style>
background-color css
<style>
a { background-color: #C85CEC; }
a { background-color: rgb(200,92,236); }
div.DivClassName
{
background-color: #C85CEC;
}
.BgClassName
{
background-color: #C85CEC;
}
</style>
border-color css
<style>
span { border-color: #C85CEC; }
span { border-color: rgb(200,92,236); }
td.TdClassName
{
border-color: #C85CEC;
}
.TagClassName
{
border-color: #C85CEC;
}
</style>