Shades of Medium Orchid #CB2EDE
Tints of Medium Orchid #CB2EDE
RGB
CMYK
RGB Variations
Color information
#CB2EDE (or 0xCB2EDE) is known color: Medium Orchid. HEX triplet: CB, 2E and DE. RGB value is (203,46,222). Sum of RGB (Red+Green+Blue) = 203+46+222=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 46 (18.36% from 255 or 9.77% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB2EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2EDE is #34D121. Grayscale: #707070. Windows color (decimal): -3461410 or 14560971. OLE color: 14560971.
HSL color Cylindrical-coordinate representation of color #CB2EDE: hue angle of 293.52º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2EDE is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 46 | 222 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.13 |
| HSL | 293.52º | 0.73% | 0.53% | - |
| HSV(B) | 293.52º | 0.79% | 0.87% | - |
| XYZ | 38.79 | 19.92 | 70.91 | - |
| YUV | 113.01 | 189.51 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 46 | 222 | 0.09 | 0.79 | 0 | 0.13 | 293.52 | 0.73 | 0.53 |
| Hex | CB | 2E | DE | 9 | 4F | 0 | D | 126 | 49 | 35 |
| Octal | 313 | 56 | 336 | 11 | 117 | 0 | 15 | 446 | 111 | 65 |
| Binary | 11001011 | 101110 | 11011110 | 1001 | 1001111 | 0 | 1101 | 100100110 | 1001001 | 110101 |
Color Harmonies of #CB2EDE
Complementary color
Monochromatic Colors of #CB2EDE
Black with #CB2EDE
Text Example
Text Example
White with #CB2EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2EDE; }
p { color: rgb(203,46,222); }
H1.HeaderClassName
{
color: #CB2EDE;
}
.AnyTagClassName
{
color: #CB2EDE;
}
</style>
background-color css
<style>
a { background-color: #CB2EDE; }
a { background-color: rgb(203,46,222); }
div.DivClassName
{
background-color: #CB2EDE;
}
.BgClassName
{
background-color: #CB2EDE;
}
</style>
border-color css
<style>
span { border-color: #CB2EDE; }
span { border-color: rgb(203,46,222); }
td.TdClassName
{
border-color: #CB2EDE;
}
.TagClassName
{
border-color: #CB2EDE;
}
</style>