Shades of Medium Orchid #C85CEE
Tints of Medium Orchid #C85CEE
RGB
CMYK
RGB Variations
Color information
#C85CEE (or 0xC85CEE) is known color: Medium Orchid. HEX triplet: C8, 5C and EE. RGB value is (200,92,238). Sum of RGB (Red+Green+Blue) = 200+92+238=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 92 (36.33% from 255 or 17.36% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #C85CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85CEE is #37A311. Grayscale: #8C8C8C. Windows color (decimal): -3646226 or 15621320. OLE color: 15621320.
HSL color Cylindrical-coordinate representation of color #C85CEE: hue angle of 284.38º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C85CEE is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 92 | 238 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.07 |
| HSL | 284.38º | 0.81% | 0.65% | - |
| HSV(B) | 284.38º | 0.61% | 0.93% | - |
| XYZ | 43.08 | 26.11 | 83.66 | - |
| YUV | 140.94 | 182.78 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 238 | 0.16 | 0.61 | 0 | 0.07 | 284.38 | 0.81 | 0.65 |
| Hex | C8 | 5C | EE | 10 | 3D | 0 | 7 | 11C | 51 | 41 |
| Octal | 310 | 134 | 356 | 20 | 75 | 0 | 7 | 434 | 121 | 101 |
| Binary | 11001000 | 1011100 | 11101110 | 10000 | 111101 | 0 | 111 | 100011100 | 1010001 | 1000001 |
Color Harmonies of #C85CEE
Complementary color
Monochromatic Colors of #C85CEE
Black with #C85CEE
Text Example
Text Example
White with #C85CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85CEE; }
p { color: rgb(200,92,238); }
H1.HeaderClassName
{
color: #C85CEE;
}
.AnyTagClassName
{
color: #C85CEE;
}
</style>
background-color css
<style>
a { background-color: #C85CEE; }
a { background-color: rgb(200,92,238); }
div.DivClassName
{
background-color: #C85CEE;
}
.BgClassName
{
background-color: #C85CEE;
}
</style>
border-color css
<style>
span { border-color: #C85CEE; }
span { border-color: rgb(200,92,238); }
td.TdClassName
{
border-color: #C85CEE;
}
.TagClassName
{
border-color: #C85CEE;
}
</style>