Shades of Medium Orchid #CB2EEB
Tints of Medium Orchid #CB2EEB
RGB
CMYK
RGB Variations
Color information
#CB2EEB (or 0xCB2EEB) is known color: Medium Orchid. HEX triplet: CB, 2E and EB. RGB value is (203,46,235). Sum of RGB (Red+Green+Blue) = 203+46+235=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 46 (18.36% from 255 or 9.50% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB2EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2EEB is #34D114. Grayscale: #717171. Windows color (decimal): -3461397 or 15412939. OLE color: 15412939.
HSL color Cylindrical-coordinate representation of color #CB2EEB: hue angle of 289.84º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2EEB is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 46 | 235 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.08 |
| HSL | 289.84º | 0.83% | 0.55% | - |
| HSV(B) | 289.84º | 0.8% | 0.92% | - |
| XYZ | 40.6 | 20.65 | 80.44 | - |
| YUV | 114.49 | 196.01 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 46 | 235 | 0.14 | 0.80 | 0 | 0.08 | 289.84 | 0.83 | 0.55 |
| Hex | CB | 2E | EB | E | 50 | 0 | 8 | 122 | 53 | 37 |
| Octal | 313 | 56 | 353 | 16 | 120 | 0 | 10 | 442 | 123 | 67 |
| Binary | 11001011 | 101110 | 11101011 | 1110 | 1010000 | 0 | 1000 | 100100010 | 1010011 | 110111 |
Color Harmonies of #CB2EEB
Complementary color
Monochromatic Colors of #CB2EEB
Black with #CB2EEB
Text Example
Text Example
White with #CB2EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2EEB; }
p { color: rgb(203,46,235); }
H1.HeaderClassName
{
color: #CB2EEB;
}
.AnyTagClassName
{
color: #CB2EEB;
}
</style>
background-color css
<style>
a { background-color: #CB2EEB; }
a { background-color: rgb(203,46,235); }
div.DivClassName
{
background-color: #CB2EEB;
}
.BgClassName
{
background-color: #CB2EEB;
}
</style>
border-color css
<style>
span { border-color: #CB2EEB; }
span { border-color: rgb(203,46,235); }
td.TdClassName
{
border-color: #CB2EEB;
}
.TagClassName
{
border-color: #CB2EEB;
}
</style>