Shades of Medium Orchid #CB2ED5
Tints of Medium Orchid #CB2ED5
RGB
CMYK
RGB Variations
Color information
#CB2ED5 (or 0xCB2ED5) is known color: Medium Orchid. HEX triplet: CB, 2E and D5. RGB value is (203,46,213). Sum of RGB (Red+Green+Blue) = 203+46+213=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 46 (18.36% from 255 or 9.96% from 462); Blue value is 213 (83.59% from 255 or 46.10% from 462); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB2ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2ED5 is #34D12A. Grayscale: #6F6F6F. Windows color (decimal): -3461419 or 13971147. OLE color: 13971147.
HSL color Cylindrical-coordinate representation of color #CB2ED5: hue angle of 296.41º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2ED5 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 46 | 213 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.16 |
| HSL | 296.41º | 0.67% | 0.51% | - |
| HSV(B) | 296.41º | 0.78% | 0.84% | - |
| XYZ | 37.62 | 19.45 | 64.72 | - |
| YUV | 111.98 | 185.01 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 46 | 213 | 0.05 | 0.78 | 0 | 0.16 | 296.41 | 0.67 | 0.51 |
| Hex | CB | 2E | D5 | 5 | 4E | 0 | 10 | 128 | 43 | 33 |
| Octal | 313 | 56 | 325 | 5 | 116 | 0 | 20 | 450 | 103 | 63 |
| Binary | 11001011 | 101110 | 11010101 | 101 | 1001110 | 0 | 10000 | 100101000 | 1000011 | 110011 |
Color Harmonies of #CB2ED5
Complementary color
Monochromatic Colors of #CB2ED5
Black with #CB2ED5
Text Example
Text Example
White with #CB2ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2ED5; }
p { color: rgb(203,46,213); }
H1.HeaderClassName
{
color: #CB2ED5;
}
.AnyTagClassName
{
color: #CB2ED5;
}
</style>
background-color css
<style>
a { background-color: #CB2ED5; }
a { background-color: rgb(203,46,213); }
div.DivClassName
{
background-color: #CB2ED5;
}
.BgClassName
{
background-color: #CB2ED5;
}
</style>
border-color css
<style>
span { border-color: #CB2ED5; }
span { border-color: rgb(203,46,213); }
td.TdClassName
{
border-color: #CB2ED5;
}
.TagClassName
{
border-color: #CB2ED5;
}
</style>