Shades of Medium Orchid #CB57EC
Tints of Medium Orchid #CB57EC
RGB
CMYK
RGB Variations
Color information
#CB57EC (or 0xCB57EC) is known color: Medium Orchid. HEX triplet: CB, 57 and EC. RGB value is (203,87,236). Sum of RGB (Red+Green+Blue) = 203+87+236=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 87 (34.38% from 255 or 16.54% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB57EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB57EC is #34A813. Grayscale: #8A8A8A. Windows color (decimal): -3450900 or 15488971. OLE color: 15488971.
HSL color Cylindrical-coordinate representation of color #CB57EC: hue angle of 286.71º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB57EC is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 87 | 236 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.07 |
| HSL | 286.71º | 0.8% | 0.63% | - |
| HSV(B) | 286.71º | 0.63% | 0.93% | - |
| XYZ | 43.18 | 25.57 | 82.02 | - |
| YUV | 138.67 | 182.93 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 236 | 0.14 | 0.63 | 0 | 0.07 | 286.71 | 0.8 | 0.63 |
| Hex | CB | 57 | EC | E | 3F | 0 | 7 | 11F | 50 | 3F |
| Octal | 313 | 127 | 354 | 16 | 77 | 0 | 7 | 437 | 120 | 77 |
| Binary | 11001011 | 1010111 | 11101100 | 1110 | 111111 | 0 | 111 | 100011111 | 1010000 | 111111 |
Color Harmonies of #CB57EC
Complementary color
Monochromatic Colors of #CB57EC
Black with #CB57EC
Text Example
Text Example
White with #CB57EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB57EC; }
p { color: rgb(203,87,236); }
H1.HeaderClassName
{
color: #CB57EC;
}
.AnyTagClassName
{
color: #CB57EC;
}
</style>
background-color css
<style>
a { background-color: #CB57EC; }
a { background-color: rgb(203,87,236); }
div.DivClassName
{
background-color: #CB57EC;
}
.BgClassName
{
background-color: #CB57EC;
}
</style>
border-color css
<style>
span { border-color: #CB57EC; }
span { border-color: rgb(203,87,236); }
td.TdClassName
{
border-color: #CB57EC;
}
.TagClassName
{
border-color: #CB57EC;
}
</style>