Shades of Medium Orchid #CB57EE
Tints of Medium Orchid #CB57EE
RGB
CMYK
RGB Variations
Color information
#CB57EE (or 0xCB57EE) is known color: Medium Orchid. HEX triplet: CB, 57 and EE. RGB value is (203,87,238). Sum of RGB (Red+Green+Blue) = 203+87+238=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 87 (34.38% from 255 or 16.48% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB57EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB57EE is #34A811. Grayscale: #8A8A8A. Windows color (decimal): -3450898 or 15620043. OLE color: 15620043.
HSL color Cylindrical-coordinate representation of color #CB57EE: hue angle of 286.09º degrees, saturation: 0.82, 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 #CB57EE is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 87 | 238 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.07 |
| HSL | 286.09º | 0.82% | 0.64% | - |
| HSV(B) | 286.09º | 0.63% | 0.93% | - |
| XYZ | 43.47 | 25.69 | 83.56 | - |
| YUV | 138.9 | 183.93 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 238 | 0.15 | 0.63 | 0 | 0.07 | 286.09 | 0.82 | 0.64 |
| Hex | CB | 57 | EE | F | 3F | 0 | 7 | 11E | 52 | 40 |
| Octal | 313 | 127 | 356 | 17 | 77 | 0 | 7 | 436 | 122 | 100 |
| Binary | 11001011 | 1010111 | 11101110 | 1111 | 111111 | 0 | 111 | 100011110 | 1010010 | 1000000 |
Color Harmonies of #CB57EE
Complementary color
Monochromatic Colors of #CB57EE
Black with #CB57EE
Text Example
Text Example
White with #CB57EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB57EE; }
p { color: rgb(203,87,238); }
H1.HeaderClassName
{
color: #CB57EE;
}
.AnyTagClassName
{
color: #CB57EE;
}
</style>
background-color css
<style>
a { background-color: #CB57EE; }
a { background-color: rgb(203,87,238); }
div.DivClassName
{
background-color: #CB57EE;
}
.BgClassName
{
background-color: #CB57EE;
}
</style>
border-color css
<style>
span { border-color: #CB57EE; }
span { border-color: rgb(203,87,238); }
td.TdClassName
{
border-color: #CB57EE;
}
.TagClassName
{
border-color: #CB57EE;
}
</style>