Shades of Medium Orchid #C857EA
Tints of Medium Orchid #C857EA
RGB
CMYK
RGB Variations
Color information
#C857EA (or 0xC857EA) is known color: Medium Orchid. HEX triplet: C8, 57 and EA. RGB value is (200,87,234). Sum of RGB (Red+Green+Blue) = 200+87+234=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 87 (34.38% from 255 or 16.70% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #C857EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C857EA is #37A815. Grayscale: #898989. Windows color (decimal): -3647510 or 15357896. OLE color: 15357896.
HSL color Cylindrical-coordinate representation of color #C857EA: hue angle of 286.12º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C857EA is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 87 | 234 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.08 |
| HSL | 286.12º | 0.78% | 0.63% | - |
| HSV(B) | 286.12º | 0.63% | 0.92% | - |
| XYZ | 42.08 | 25.04 | 80.46 | - |
| YUV | 137.55 | 182.44 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 234 | 0.15 | 0.63 | 0 | 0.08 | 286.12 | 0.78 | 0.63 |
| Hex | C8 | 57 | EA | F | 3F | 0 | 8 | 11E | 4E | 3F |
| Octal | 310 | 127 | 352 | 17 | 77 | 0 | 10 | 436 | 116 | 77 |
| Binary | 11001000 | 1010111 | 11101010 | 1111 | 111111 | 0 | 1000 | 100011110 | 1001110 | 111111 |
Color Harmonies of #C857EA
Complementary color
Monochromatic Colors of #C857EA
Black with #C857EA
Text Example
Text Example
White with #C857EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C857EA; }
p { color: rgb(200,87,234); }
H1.HeaderClassName
{
color: #C857EA;
}
.AnyTagClassName
{
color: #C857EA;
}
</style>
background-color css
<style>
a { background-color: #C857EA; }
a { background-color: rgb(200,87,234); }
div.DivClassName
{
background-color: #C857EA;
}
.BgClassName
{
background-color: #C857EA;
}
</style>
border-color css
<style>
span { border-color: #C857EA; }
span { border-color: rgb(200,87,234); }
td.TdClassName
{
border-color: #C857EA;
}
.TagClassName
{
border-color: #C857EA;
}
</style>