Shades of Medium Orchid #CB4EE8
Tints of Medium Orchid #CB4EE8
RGB
CMYK
RGB Variations
Color information
#CB4EE8 (or 0xCB4EE8) is known color: Medium Orchid. HEX triplet: CB, 4E and E8. RGB value is (203,78,232). Sum of RGB (Red+Green+Blue) = 203+78+232=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 78 (30.86% from 255 or 15.20% from 513); Blue value is 232 (91.02% from 255 or 45.22% from 513); Max value from RGB is 232 - color contains mainly: blue. Hex color #CB4EE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB4EE8 is #34B117. Grayscale: #848484. Windows color (decimal): -3453208 or 15224523. OLE color: 15224523.
HSL color Cylindrical-coordinate representation of color #CB4EE8: hue angle of 288.7º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB4EE8 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 78 | 232 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.09 |
| HSL | 288.7º | 0.77% | 0.61% | - |
| HSV(B) | 288.7º | 0.66% | 0.91% | - |
| XYZ | 41.92 | 23.97 | 78.76 | - |
| YUV | 132.93 | 183.91 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 78 | 232 | 0.12 | 0.66 | 0 | 0.09 | 288.7 | 0.77 | 0.61 |
| Hex | CB | 4E | E8 | C | 42 | 0 | 9 | 121 | 4D | 3D |
| Octal | 313 | 116 | 350 | 14 | 102 | 0 | 11 | 441 | 115 | 75 |
| Binary | 11001011 | 1001110 | 11101000 | 1100 | 1000010 | 0 | 1001 | 100100001 | 1001101 | 111101 |
Color Harmonies of #CB4EE8
Complementary color
Monochromatic Colors of #CB4EE8
Black with #CB4EE8
Text Example
Text Example
White with #CB4EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4EE8; }
p { color: rgb(203,78,232); }
H1.HeaderClassName
{
color: #CB4EE8;
}
.AnyTagClassName
{
color: #CB4EE8;
}
</style>
background-color css
<style>
a { background-color: #CB4EE8; }
a { background-color: rgb(203,78,232); }
div.DivClassName
{
background-color: #CB4EE8;
}
.BgClassName
{
background-color: #CB4EE8;
}
</style>
border-color css
<style>
span { border-color: #CB4EE8; }
span { border-color: rgb(203,78,232); }
td.TdClassName
{
border-color: #CB4EE8;
}
.TagClassName
{
border-color: #CB4EE8;
}
</style>