Shades of Medium Orchid #C85FEE
Tints of Medium Orchid #C85FEE
RGB
CMYK
RGB Variations
Color information
#C85FEE (or 0xC85FEE) is known color: Medium Orchid. HEX triplet: C8, 5F and EE. RGB value is (200,95,238). Sum of RGB (Red+Green+Blue) = 200+95+238=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 95 (37.5% from 255 or 17.82% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #C85FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85FEE is #37A011. Grayscale: #8E8E8E. Windows color (decimal): -3645458 or 15622088. OLE color: 15622088.
HSL color Cylindrical-coordinate representation of color #C85FEE: hue angle of 284.06º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85FEE is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 95 | 238 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.07 |
| HSL | 284.06º | 0.81% | 0.65% | - |
| HSV(B) | 284.06º | 0.6% | 0.93% | - |
| XYZ | 43.34 | 26.64 | 83.75 | - |
| YUV | 142.7 | 181.79 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 238 | 0.16 | 0.60 | 0 | 0.07 | 284.06 | 0.81 | 0.65 |
| Hex | C8 | 5F | EE | 10 | 3C | 0 | 7 | 11C | 51 | 41 |
| Octal | 310 | 137 | 356 | 20 | 74 | 0 | 7 | 434 | 121 | 101 |
| Binary | 11001000 | 1011111 | 11101110 | 10000 | 111100 | 0 | 111 | 100011100 | 1010001 | 1000001 |
Color Harmonies of #C85FEE
Complementary color
Monochromatic Colors of #C85FEE
Black with #C85FEE
Text Example
Text Example
White with #C85FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85FEE; }
p { color: rgb(200,95,238); }
H1.HeaderClassName
{
color: #C85FEE;
}
.AnyTagClassName
{
color: #C85FEE;
}
</style>
background-color css
<style>
a { background-color: #C85FEE; }
a { background-color: rgb(200,95,238); }
div.DivClassName
{
background-color: #C85FEE;
}
.BgClassName
{
background-color: #C85FEE;
}
</style>
border-color css
<style>
span { border-color: #C85FEE; }
span { border-color: rgb(200,95,238); }
td.TdClassName
{
border-color: #C85FEE;
}
.TagClassName
{
border-color: #C85FEE;
}
</style>