Shades of Medium Orchid #CB2EE7
Tints of Medium Orchid #CB2EE7
RGB
CMYK
RGB Variations
Color information
#CB2EE7 (or 0xCB2EE7) is known color: Medium Orchid. HEX triplet: CB, 2E and E7. RGB value is (203,46,231). Sum of RGB (Red+Green+Blue) = 203+46+231=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 46 (18.36% from 255 or 9.58% from 480); Blue value is 231 (90.62% from 255 or 48.12% from 480); Max value from RGB is 231 - color contains mainly: blue. Hex color #CB2EE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2EE7 is #34D118. Grayscale: #717171. Windows color (decimal): -3461401 or 15150795. OLE color: 15150795.
HSL color Cylindrical-coordinate representation of color #CB2EE7: hue angle of 290.92º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2EE7 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 46 | 231 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.09 |
| HSL | 290.92º | 0.79% | 0.54% | - |
| HSV(B) | 290.92º | 0.8% | 0.91% | - |
| XYZ | 40.03 | 20.42 | 77.43 | - |
| YUV | 114.03 | 194.01 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 46 | 231 | 0.12 | 0.80 | 0 | 0.09 | 290.92 | 0.79 | 0.54 |
| Hex | CB | 2E | E7 | C | 50 | 0 | 9 | 123 | 4F | 36 |
| Octal | 313 | 56 | 347 | 14 | 120 | 0 | 11 | 443 | 117 | 66 |
| Binary | 11001011 | 101110 | 11100111 | 1100 | 1010000 | 0 | 1001 | 100100011 | 1001111 | 110110 |
Color Harmonies of #CB2EE7
Complementary color
Monochromatic Colors of #CB2EE7
Black with #CB2EE7
Text Example
Text Example
White with #CB2EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2EE7; }
p { color: rgb(203,46,231); }
H1.HeaderClassName
{
color: #CB2EE7;
}
.AnyTagClassName
{
color: #CB2EE7;
}
</style>
background-color css
<style>
a { background-color: #CB2EE7; }
a { background-color: rgb(203,46,231); }
div.DivClassName
{
background-color: #CB2EE7;
}
.BgClassName
{
background-color: #CB2EE7;
}
</style>
border-color css
<style>
span { border-color: #CB2EE7; }
span { border-color: rgb(203,46,231); }
td.TdClassName
{
border-color: #CB2EE7;
}
.TagClassName
{
border-color: #CB2EE7;
}
</style>