Shades of Medium Orchid #CB57ED
Tints of Medium Orchid #CB57ED
RGB
CMYK
RGB Variations
Color information
#CB57ED (or 0xCB57ED) is known color: Medium Orchid. HEX triplet: CB, 57 and ED. RGB value is (203,87,237). Sum of RGB (Red+Green+Blue) = 203+87+237=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 87 (34.38% from 255 or 16.51% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB57ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB57ED is #34A812. Grayscale: #8A8A8A. Windows color (decimal): -3450899 or 15554507. OLE color: 15554507.
HSL color Cylindrical-coordinate representation of color #CB57ED: hue angle of 286.4º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB57ED is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 87 | 237 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.07 |
| HSL | 286.4º | 0.81% | 0.64% | - |
| HSV(B) | 286.4º | 0.63% | 0.93% | - |
| XYZ | 43.32 | 25.63 | 82.78 | - |
| YUV | 138.78 | 183.43 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 237 | 0.14 | 0.63 | 0 | 0.07 | 286.4 | 0.81 | 0.64 |
| Hex | CB | 57 | ED | E | 3F | 0 | 7 | 11E | 51 | 40 |
| Octal | 313 | 127 | 355 | 16 | 77 | 0 | 7 | 436 | 121 | 100 |
| Binary | 11001011 | 1010111 | 11101101 | 1110 | 111111 | 0 | 111 | 100011110 | 1010001 | 1000000 |
Color Harmonies of #CB57ED
Complementary color
Monochromatic Colors of #CB57ED
Black with #CB57ED
Text Example
Text Example
White with #CB57ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB57ED; }
p { color: rgb(203,87,237); }
H1.HeaderClassName
{
color: #CB57ED;
}
.AnyTagClassName
{
color: #CB57ED;
}
</style>
background-color css
<style>
a { background-color: #CB57ED; }
a { background-color: rgb(203,87,237); }
div.DivClassName
{
background-color: #CB57ED;
}
.BgClassName
{
background-color: #CB57ED;
}
</style>
border-color css
<style>
span { border-color: #CB57ED; }
span { border-color: rgb(203,87,237); }
td.TdClassName
{
border-color: #CB57ED;
}
.TagClassName
{
border-color: #CB57ED;
}
</style>