Shades of Medium Orchid #C85BEA
Tints of Medium Orchid #C85BEA
RGB
CMYK
RGB Variations
Color information
#C85BEA (or 0xC85BEA) is known color: Medium Orchid. HEX triplet: C8, 5B and EA. RGB value is (200,91,234). Sum of RGB (Red+Green+Blue) = 200+91+234=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 91 (35.94% from 255 or 17.33% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #C85BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85BEA is #37A415. Grayscale: #8B8B8B. Windows color (decimal): -3646486 or 15358920. OLE color: 15358920.
HSL color Cylindrical-coordinate representation of color #C85BEA: hue angle of 285.73º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C85BEA is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 91 | 234 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.08 |
| HSL | 285.73º | 0.77% | 0.64% | - |
| HSV(B) | 285.73º | 0.61% | 0.92% | - |
| XYZ | 42.41 | 25.7 | 80.57 | - |
| YUV | 139.89 | 181.11 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 234 | 0.15 | 0.61 | 0 | 0.08 | 285.73 | 0.77 | 0.64 |
| Hex | C8 | 5B | EA | F | 3D | 0 | 8 | 11E | 4D | 40 |
| Octal | 310 | 133 | 352 | 17 | 75 | 0 | 10 | 436 | 115 | 100 |
| Binary | 11001000 | 1011011 | 11101010 | 1111 | 111101 | 0 | 1000 | 100011110 | 1001101 | 1000000 |
Color Harmonies of #C85BEA
Complementary color
Monochromatic Colors of #C85BEA
Black with #C85BEA
Text Example
Text Example
White with #C85BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85BEA; }
p { color: rgb(200,91,234); }
H1.HeaderClassName
{
color: #C85BEA;
}
.AnyTagClassName
{
color: #C85BEA;
}
</style>
background-color css
<style>
a { background-color: #C85BEA; }
a { background-color: rgb(200,91,234); }
div.DivClassName
{
background-color: #C85BEA;
}
.BgClassName
{
background-color: #C85BEA;
}
</style>
border-color css
<style>
span { border-color: #C85BEA; }
span { border-color: rgb(200,91,234); }
td.TdClassName
{
border-color: #C85BEA;
}
.TagClassName
{
border-color: #C85BEA;
}
</style>