Shades of Medium Orchid #CB3EE1
Tints of Medium Orchid #CB3EE1
RGB
CMYK
RGB Variations
Color information
#CB3EE1 (or 0xCB3EE1) is known color: Medium Orchid. HEX triplet: CB, 3E and E1. RGB value is (203,62,225). Sum of RGB (Red+Green+Blue) = 203+62+225=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 62 (24.61% from 255 or 12.65% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB3EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3EE1 is #34C11E. Grayscale: #7A7A7A. Windows color (decimal): -3457311 or 14761675. OLE color: 14761675.
HSL color Cylindrical-coordinate representation of color #CB3EE1: hue angle of 291.9º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3EE1 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 62 | 225 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.12 |
| HSL | 291.9º | 0.73% | 0.56% | - |
| HSV(B) | 291.9º | 0.72% | 0.88% | - |
| XYZ | 39.94 | 21.58 | 73.29 | - |
| YUV | 122.74 | 185.71 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 225 | 0.10 | 0.72 | 0 | 0.12 | 291.9 | 0.73 | 0.56 |
| Hex | CB | 3E | E1 | A | 48 | 0 | C | 124 | 49 | 38 |
| Octal | 313 | 76 | 341 | 12 | 110 | 0 | 14 | 444 | 111 | 70 |
| Binary | 11001011 | 111110 | 11100001 | 1010 | 1001000 | 0 | 1100 | 100100100 | 1001001 | 111000 |
Color Harmonies of #CB3EE1
Complementary color
Monochromatic Colors of #CB3EE1
Black with #CB3EE1
Text Example
Text Example
White with #CB3EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3EE1; }
p { color: rgb(203,62,225); }
H1.HeaderClassName
{
color: #CB3EE1;
}
.AnyTagClassName
{
color: #CB3EE1;
}
</style>
background-color css
<style>
a { background-color: #CB3EE1; }
a { background-color: rgb(203,62,225); }
div.DivClassName
{
background-color: #CB3EE1;
}
.BgClassName
{
background-color: #CB3EE1;
}
</style>
border-color css
<style>
span { border-color: #CB3EE1; }
span { border-color: rgb(203,62,225); }
td.TdClassName
{
border-color: #CB3EE1;
}
.TagClassName
{
border-color: #CB3EE1;
}
</style>