Shades of Medium Orchid #C85FEF
Tints of Medium Orchid #C85FEF
RGB
CMYK
RGB Variations
Color information
#C85FEF (or 0xC85FEF) is known color: Medium Orchid. HEX triplet: C8, 5F and EF. RGB value is (200,95,239). Sum of RGB (Red+Green+Blue) = 200+95+239=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 95 (37.5% from 255 or 17.79% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #C85FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85FEF is #37A010. Grayscale: #8E8E8E. Windows color (decimal): -3645457 or 15687624. OLE color: 15687624.
HSL color Cylindrical-coordinate representation of color #C85FEF: hue angle of 283.75º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85FEF is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 95 | 239 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.06 |
| HSL | 283.75º | 0.82% | 0.65% | - |
| HSV(B) | 283.75º | 0.6% | 0.94% | - |
| XYZ | 43.49 | 26.7 | 84.52 | - |
| YUV | 142.81 | 182.29 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 239 | 0.16 | 0.60 | 0 | 0.06 | 283.75 | 0.82 | 0.65 |
| Hex | C8 | 5F | EF | 10 | 3C | 0 | 6 | 11C | 52 | 41 |
| Octal | 310 | 137 | 357 | 20 | 74 | 0 | 6 | 434 | 122 | 101 |
| Binary | 11001000 | 1011111 | 11101111 | 10000 | 111100 | 0 | 110 | 100011100 | 1010010 | 1000001 |
Color Harmonies of #C85FEF
Complementary color
Monochromatic Colors of #C85FEF
Black with #C85FEF
Text Example
Text Example
White with #C85FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85FEF; }
p { color: rgb(200,95,239); }
H1.HeaderClassName
{
color: #C85FEF;
}
.AnyTagClassName
{
color: #C85FEF;
}
</style>
background-color css
<style>
a { background-color: #C85FEF; }
a { background-color: rgb(200,95,239); }
div.DivClassName
{
background-color: #C85FEF;
}
.BgClassName
{
background-color: #C85FEF;
}
</style>
border-color css
<style>
span { border-color: #C85FEF; }
span { border-color: rgb(200,95,239); }
td.TdClassName
{
border-color: #C85FEF;
}
.TagClassName
{
border-color: #C85FEF;
}
</style>