Shades of Medium Orchid #CB3BE5
Tints of Medium Orchid #CB3BE5
RGB
CMYK
RGB Variations
Color information
#CB3BE5 (or 0xCB3BE5) is known color: Medium Orchid. HEX triplet: CB, 3B and E5. RGB value is (203,59,229). Sum of RGB (Red+Green+Blue) = 203+59+229=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 59 (23.44% from 255 or 12.02% from 491); Blue value is 229 (89.84% from 255 or 46.64% from 491); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB3BE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3BE5 is #34C41A. Grayscale: #787878. Windows color (decimal): -3458075 or 15023051. OLE color: 15023051.
HSL color Cylindrical-coordinate representation of color #CB3BE5: hue angle of 290.82º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3BE5 is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 59 | 229 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.10 |
| HSL | 290.82º | 0.77% | 0.56% | - |
| HSV(B) | 290.82º | 0.74% | 0.9% | - |
| XYZ | 40.34 | 21.48 | 76.15 | - |
| YUV | 121.44 | 188.71 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 59 | 229 | 0.11 | 0.74 | 0 | 0.10 | 290.82 | 0.77 | 0.56 |
| Hex | CB | 3B | E5 | B | 4A | 0 | A | 123 | 4D | 38 |
| Octal | 313 | 73 | 345 | 13 | 112 | 0 | 12 | 443 | 115 | 70 |
| Binary | 11001011 | 111011 | 11100101 | 1011 | 1001010 | 0 | 1010 | 100100011 | 1001101 | 111000 |
Color Harmonies of #CB3BE5
Complementary color
Monochromatic Colors of #CB3BE5
Black with #CB3BE5
Text Example
Text Example
White with #CB3BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3BE5; }
p { color: rgb(203,59,229); }
H1.HeaderClassName
{
color: #CB3BE5;
}
.AnyTagClassName
{
color: #CB3BE5;
}
</style>
background-color css
<style>
a { background-color: #CB3BE5; }
a { background-color: rgb(203,59,229); }
div.DivClassName
{
background-color: #CB3BE5;
}
.BgClassName
{
background-color: #CB3BE5;
}
</style>
border-color css
<style>
span { border-color: #CB3BE5; }
span { border-color: rgb(203,59,229); }
td.TdClassName
{
border-color: #CB3BE5;
}
.TagClassName
{
border-color: #CB3BE5;
}
</style>