Shades of Medium Orchid #CB2EDC
Tints of Medium Orchid #CB2EDC
RGB
CMYK
RGB Variations
Color information
#CB2EDC (or 0xCB2EDC) is known color: Medium Orchid. HEX triplet: CB, 2E and DC. RGB value is (203,46,220). Sum of RGB (Red+Green+Blue) = 203+46+220=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 46 (18.36% from 255 or 9.81% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB2EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2EDC is #34D123. Grayscale: #707070. Windows color (decimal): -3461412 or 14429899. OLE color: 14429899.
HSL color Cylindrical-coordinate representation of color #CB2EDC: hue angle of 294.14º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2EDC is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 46 | 220 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.14 |
| HSL | 294.14º | 0.71% | 0.52% | - |
| HSV(B) | 294.14º | 0.79% | 0.86% | - |
| XYZ | 38.52 | 19.82 | 69.5 | - |
| YUV | 112.78 | 188.51 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 46 | 220 | 0.08 | 0.79 | 0 | 0.14 | 294.14 | 0.71 | 0.52 |
| Hex | CB | 2E | DC | 8 | 4F | 0 | E | 126 | 47 | 34 |
| Octal | 313 | 56 | 334 | 10 | 117 | 0 | 16 | 446 | 107 | 64 |
| Binary | 11001011 | 101110 | 11011100 | 1000 | 1001111 | 0 | 1110 | 100100110 | 1000111 | 110100 |
Color Harmonies of #CB2EDC
Complementary color
Monochromatic Colors of #CB2EDC
Black with #CB2EDC
Text Example
Text Example
White with #CB2EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2EDC; }
p { color: rgb(203,46,220); }
H1.HeaderClassName
{
color: #CB2EDC;
}
.AnyTagClassName
{
color: #CB2EDC;
}
</style>
background-color css
<style>
a { background-color: #CB2EDC; }
a { background-color: rgb(203,46,220); }
div.DivClassName
{
background-color: #CB2EDC;
}
.BgClassName
{
background-color: #CB2EDC;
}
</style>
border-color css
<style>
span { border-color: #CB2EDC; }
span { border-color: rgb(203,46,220); }
td.TdClassName
{
border-color: #CB2EDC;
}
.TagClassName
{
border-color: #CB2EDC;
}
</style>