Shades of Medium Orchid #CB3BE8
Tints of Medium Orchid #CB3BE8
RGB
CMYK
RGB Variations
Color information
#CB3BE8 (or 0xCB3BE8) is known color: Medium Orchid. HEX triplet: CB, 3B and E8. RGB value is (203,59,232). Sum of RGB (Red+Green+Blue) = 203+59+232=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 59 (23.44% from 255 or 11.94% from 494); Blue value is 232 (91.02% from 255 or 46.96% from 494); Max value from RGB is 232 - color contains mainly: blue. Hex color #CB3BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3BE8 is #34C417. Grayscale: #797979. Windows color (decimal): -3458072 or 15219659. OLE color: 15219659.
HSL color Cylindrical-coordinate representation of color #CB3BE8: hue angle of 289.94º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3BE8 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 59 | 232 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.09 |
| HSL | 289.94º | 0.79% | 0.57% | - |
| HSV(B) | 289.94º | 0.75% | 0.91% | - |
| XYZ | 40.76 | 21.65 | 78.37 | - |
| YUV | 121.78 | 190.21 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 59 | 232 | 0.12 | 0.75 | 0 | 0.09 | 289.94 | 0.79 | 0.57 |
| Hex | CB | 3B | E8 | C | 4B | 0 | 9 | 122 | 4F | 39 |
| Octal | 313 | 73 | 350 | 14 | 113 | 0 | 11 | 442 | 117 | 71 |
| Binary | 11001011 | 111011 | 11101000 | 1100 | 1001011 | 0 | 1001 | 100100010 | 1001111 | 111001 |
Color Harmonies of #CB3BE8
Complementary color
Monochromatic Colors of #CB3BE8
Black with #CB3BE8
Text Example
Text Example
White with #CB3BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3BE8; }
p { color: rgb(203,59,232); }
H1.HeaderClassName
{
color: #CB3BE8;
}
.AnyTagClassName
{
color: #CB3BE8;
}
</style>
background-color css
<style>
a { background-color: #CB3BE8; }
a { background-color: rgb(203,59,232); }
div.DivClassName
{
background-color: #CB3BE8;
}
.BgClassName
{
background-color: #CB3BE8;
}
</style>
border-color css
<style>
span { border-color: #CB3BE8; }
span { border-color: rgb(203,59,232); }
td.TdClassName
{
border-color: #CB3BE8;
}
.TagClassName
{
border-color: #CB3BE8;
}
</style>