Shades of Medium Orchid #CB2DE0
Tints of Medium Orchid #CB2DE0
RGB
CMYK
RGB Variations
Color information
#CB2DE0 (or 0xCB2DE0) is known color: Medium Orchid. HEX triplet: CB, 2D and E0. RGB value is (203,45,224). Sum of RGB (Red+Green+Blue) = 203+45+224=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 45 (17.97% from 255 or 9.53% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB2DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2DE0 is #34D21F. Grayscale: #707070. Windows color (decimal): -3461664 or 14691787. OLE color: 14691787.
HSL color Cylindrical-coordinate representation of color #CB2DE0: hue angle of 292.96º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2DE0 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 45 | 224 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.12 |
| HSL | 292.96º | 0.74% | 0.53% | - |
| HSV(B) | 292.96º | 0.8% | 0.88% | - |
| XYZ | 39.02 | 19.96 | 72.32 | - |
| YUV | 112.65 | 190.85 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 45 | 224 | 0.09 | 0.80 | 0 | 0.12 | 292.96 | 0.74 | 0.53 |
| Hex | CB | 2D | E0 | 9 | 50 | 0 | C | 125 | 4A | 35 |
| Octal | 313 | 55 | 340 | 11 | 120 | 0 | 14 | 445 | 112 | 65 |
| Binary | 11001011 | 101101 | 11100000 | 1001 | 1010000 | 0 | 1100 | 100100101 | 1001010 | 110101 |
Color Harmonies of #CB2DE0
Complementary color
Monochromatic Colors of #CB2DE0
Black with #CB2DE0
Text Example
Text Example
White with #CB2DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2DE0; }
p { color: rgb(203,45,224); }
H1.HeaderClassName
{
color: #CB2DE0;
}
.AnyTagClassName
{
color: #CB2DE0;
}
</style>
background-color css
<style>
a { background-color: #CB2DE0; }
a { background-color: rgb(203,45,224); }
div.DivClassName
{
background-color: #CB2DE0;
}
.BgClassName
{
background-color: #CB2DE0;
}
</style>
border-color css
<style>
span { border-color: #CB2DE0; }
span { border-color: rgb(203,45,224); }
td.TdClassName
{
border-color: #CB2DE0;
}
.TagClassName
{
border-color: #CB2DE0;
}
</style>