Shades of Medium Orchid #CB2EDD
Tints of Medium Orchid #CB2EDD
RGB
CMYK
RGB Variations
Color information
#CB2EDD (or 0xCB2EDD) is known color: Medium Orchid. HEX triplet: CB, 2E and DD. RGB value is (203,46,221). Sum of RGB (Red+Green+Blue) = 203+46+221=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 46 (18.36% from 255 or 9.79% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB2EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2EDD is #34D122. Grayscale: #707070. Windows color (decimal): -3461411 or 14495435. OLE color: 14495435.
HSL color Cylindrical-coordinate representation of color #CB2EDD: hue angle of 293.83º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2EDD is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 46 | 221 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.13 |
| HSL | 293.83º | 0.72% | 0.52% | - |
| HSV(B) | 293.83º | 0.79% | 0.87% | - |
| XYZ | 38.66 | 19.87 | 70.2 | - |
| YUV | 112.89 | 189.01 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 46 | 221 | 0.08 | 0.79 | 0 | 0.13 | 293.83 | 0.72 | 0.52 |
| Hex | CB | 2E | DD | 8 | 4F | 0 | D | 126 | 48 | 34 |
| Octal | 313 | 56 | 335 | 10 | 117 | 0 | 15 | 446 | 110 | 64 |
| Binary | 11001011 | 101110 | 11011101 | 1000 | 1001111 | 0 | 1101 | 100100110 | 1001000 | 110100 |
Color Harmonies of #CB2EDD
Complementary color
Monochromatic Colors of #CB2EDD
Black with #CB2EDD
Text Example
Text Example
White with #CB2EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2EDD; }
p { color: rgb(203,46,221); }
H1.HeaderClassName
{
color: #CB2EDD;
}
.AnyTagClassName
{
color: #CB2EDD;
}
</style>
background-color css
<style>
a { background-color: #CB2EDD; }
a { background-color: rgb(203,46,221); }
div.DivClassName
{
background-color: #CB2EDD;
}
.BgClassName
{
background-color: #CB2EDD;
}
</style>
border-color css
<style>
span { border-color: #CB2EDD; }
span { border-color: rgb(203,46,221); }
td.TdClassName
{
border-color: #CB2EDD;
}
.TagClassName
{
border-color: #CB2EDD;
}
</style>