Shades of Medium Orchid #CB5BEA
Tints of Medium Orchid #CB5BEA
RGB
CMYK
RGB Variations
Color information
#CB5BEA (or 0xCB5BEA) is known color: Medium Orchid. HEX triplet: CB, 5B and EA. RGB value is (203,91,234). Sum of RGB (Red+Green+Blue) = 203+91+234=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 91 (35.94% from 255 or 17.23% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB5BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5BEA is #34A415. Grayscale: #8C8C8C. Windows color (decimal): -3449878 or 15358923. OLE color: 15358923.
HSL color Cylindrical-coordinate representation of color #CB5BEA: hue angle of 286.99º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB5BEA is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 91 | 234 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.08 |
| HSL | 286.99º | 0.77% | 0.64% | - |
| HSV(B) | 286.99º | 0.61% | 0.92% | - |
| XYZ | 43.22 | 26.12 | 80.61 | - |
| YUV | 140.79 | 180.61 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 234 | 0.13 | 0.61 | 0 | 0.08 | 286.99 | 0.77 | 0.64 |
| Hex | CB | 5B | EA | D | 3D | 0 | 8 | 11F | 4D | 40 |
| Octal | 313 | 133 | 352 | 15 | 75 | 0 | 10 | 437 | 115 | 100 |
| Binary | 11001011 | 1011011 | 11101010 | 1101 | 111101 | 0 | 1000 | 100011111 | 1001101 | 1000000 |
Color Harmonies of #CB5BEA
Complementary color
Monochromatic Colors of #CB5BEA
Black with #CB5BEA
Text Example
Text Example
White with #CB5BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5BEA; }
p { color: rgb(203,91,234); }
H1.HeaderClassName
{
color: #CB5BEA;
}
.AnyTagClassName
{
color: #CB5BEA;
}
</style>
background-color css
<style>
a { background-color: #CB5BEA; }
a { background-color: rgb(203,91,234); }
div.DivClassName
{
background-color: #CB5BEA;
}
.BgClassName
{
background-color: #CB5BEA;
}
</style>
border-color css
<style>
span { border-color: #CB5BEA; }
span { border-color: rgb(203,91,234); }
td.TdClassName
{
border-color: #CB5BEA;
}
.TagClassName
{
border-color: #CB5BEA;
}
</style>