Shades of Medium Orchid #CB4BE8
Tints of Medium Orchid #CB4BE8
RGB
CMYK
RGB Variations
Color information
#CB4BE8 (or 0xCB4BE8) is known color: Medium Orchid. HEX triplet: CB, 4B and E8. RGB value is (203,75,232). Sum of RGB (Red+Green+Blue) = 203+75+232=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 75 (29.69% from 255 or 14.71% from 510); Blue value is 232 (91.02% from 255 or 45.49% from 510); Max value from RGB is 232 - color contains mainly: blue. Hex color #CB4BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB4BE8 is #34B417. Grayscale: #828282. Windows color (decimal): -3453976 or 15223755. OLE color: 15223755.
HSL color Cylindrical-coordinate representation of color #CB4BE8: hue angle of 288.92º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB4BE8 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 75 | 232 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.09 |
| HSL | 288.92º | 0.77% | 0.6% | - |
| HSV(B) | 288.92º | 0.68% | 0.91% | - |
| XYZ | 41.71 | 23.55 | 78.69 | - |
| YUV | 131.17 | 184.91 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 75 | 232 | 0.12 | 0.68 | 0 | 0.09 | 288.92 | 0.77 | 0.6 |
| Hex | CB | 4B | E8 | C | 44 | 0 | 9 | 121 | 4D | 3C |
| Octal | 313 | 113 | 350 | 14 | 104 | 0 | 11 | 441 | 115 | 74 |
| Binary | 11001011 | 1001011 | 11101000 | 1100 | 1000100 | 0 | 1001 | 100100001 | 1001101 | 111100 |
Color Harmonies of #CB4BE8
Complementary color
Monochromatic Colors of #CB4BE8
Black with #CB4BE8
Text Example
Text Example
White with #CB4BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4BE8; }
p { color: rgb(203,75,232); }
H1.HeaderClassName
{
color: #CB4BE8;
}
.AnyTagClassName
{
color: #CB4BE8;
}
</style>
background-color css
<style>
a { background-color: #CB4BE8; }
a { background-color: rgb(203,75,232); }
div.DivClassName
{
background-color: #CB4BE8;
}
.BgClassName
{
background-color: #CB4BE8;
}
</style>
border-color css
<style>
span { border-color: #CB4BE8; }
span { border-color: rgb(203,75,232); }
td.TdClassName
{
border-color: #CB4BE8;
}
.TagClassName
{
border-color: #CB4BE8;
}
</style>