Shades of Medium Orchid #CB5BED
Tints of Medium Orchid #CB5BED
RGB
CMYK
RGB Variations
Color information
#CB5BED (or 0xCB5BED) is known color: Medium Orchid. HEX triplet: CB, 5B and ED. RGB value is (203,91,237). Sum of RGB (Red+Green+Blue) = 203+91+237=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 91 (35.94% from 255 or 17.14% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB5BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5BED is #34A412. Grayscale: #8C8C8C. Windows color (decimal): -3449875 or 15555531. OLE color: 15555531.
HSL color Cylindrical-coordinate representation of color #CB5BED: hue angle of 286.03º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB5BED is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 91 | 237 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.07 |
| HSL | 286.03º | 0.8% | 0.64% | - |
| HSV(B) | 286.03º | 0.62% | 0.93% | - |
| XYZ | 43.66 | 26.29 | 82.89 | - |
| YUV | 141.13 | 182.11 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 237 | 0.14 | 0.62 | 0 | 0.07 | 286.03 | 0.8 | 0.64 |
| Hex | CB | 5B | ED | E | 3E | 0 | 7 | 11E | 50 | 40 |
| Octal | 313 | 133 | 355 | 16 | 76 | 0 | 7 | 436 | 120 | 100 |
| Binary | 11001011 | 1011011 | 11101101 | 1110 | 111110 | 0 | 111 | 100011110 | 1010000 | 1000000 |
Color Harmonies of #CB5BED
Complementary color
Monochromatic Colors of #CB5BED
Black with #CB5BED
Text Example
Text Example
White with #CB5BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5BED; }
p { color: rgb(203,91,237); }
H1.HeaderClassName
{
color: #CB5BED;
}
.AnyTagClassName
{
color: #CB5BED;
}
</style>
background-color css
<style>
a { background-color: #CB5BED; }
a { background-color: rgb(203,91,237); }
div.DivClassName
{
background-color: #CB5BED;
}
.BgClassName
{
background-color: #CB5BED;
}
</style>
border-color css
<style>
span { border-color: #CB5BED; }
span { border-color: rgb(203,91,237); }
td.TdClassName
{
border-color: #CB5BED;
}
.TagClassName
{
border-color: #CB5BED;
}
</style>