Shades of Medium Orchid #CB2EDF
Tints of Medium Orchid #CB2EDF
RGB
CMYK
RGB Variations
Color information
#CB2EDF (or 0xCB2EDF) is known color: Medium Orchid. HEX triplet: CB, 2E and DF. RGB value is (203,46,223). Sum of RGB (Red+Green+Blue) = 203+46+223=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 46 (18.36% from 255 or 9.75% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB2EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2EDF is #34D120. Grayscale: #707070. Windows color (decimal): -3461409 or 14626507. OLE color: 14626507.
HSL color Cylindrical-coordinate representation of color #CB2EDF: hue angle of 293.22º 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 #CB2EDF is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 46 | 223 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.13 |
| HSL | 293.22º | 0.73% | 0.53% | - |
| HSV(B) | 293.22º | 0.79% | 0.87% | - |
| XYZ | 38.92 | 19.98 | 71.62 | - |
| YUV | 113.12 | 190.01 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 46 | 223 | 0.09 | 0.79 | 0 | 0.13 | 293.22 | 0.73 | 0.53 |
| Hex | CB | 2E | DF | 9 | 4F | 0 | D | 125 | 49 | 35 |
| Octal | 313 | 56 | 337 | 11 | 117 | 0 | 15 | 445 | 111 | 65 |
| Binary | 11001011 | 101110 | 11011111 | 1001 | 1001111 | 0 | 1101 | 100100101 | 1001001 | 110101 |
Color Harmonies of #CB2EDF
Complementary color
Monochromatic Colors of #CB2EDF
Black with #CB2EDF
Text Example
Text Example
White with #CB2EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2EDF; }
p { color: rgb(203,46,223); }
H1.HeaderClassName
{
color: #CB2EDF;
}
.AnyTagClassName
{
color: #CB2EDF;
}
</style>
background-color css
<style>
a { background-color: #CB2EDF; }
a { background-color: rgb(203,46,223); }
div.DivClassName
{
background-color: #CB2EDF;
}
.BgClassName
{
background-color: #CB2EDF;
}
</style>
border-color css
<style>
span { border-color: #CB2EDF; }
span { border-color: rgb(203,46,223); }
td.TdClassName
{
border-color: #CB2EDF;
}
.TagClassName
{
border-color: #CB2EDF;
}
</style>