Shades of Medium Orchid #CB2ED8
Tints of Medium Orchid #CB2ED8
RGB
CMYK
RGB Variations
Color information
#CB2ED8 (or 0xCB2ED8) is known color: Medium Orchid. HEX triplet: CB, 2E and D8. RGB value is (203,46,216). Sum of RGB (Red+Green+Blue) = 203+46+216=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 46 (18.36% from 255 or 9.89% from 465); Blue value is 216 (84.77% from 255 or 46.45% from 465); Max value from RGB is 216 - color contains mainly: blue. Hex color #CB2ED8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2ED8 is #34D127. Grayscale: #6F6F6F. Windows color (decimal): -3461416 or 14167755. OLE color: 14167755.
HSL color Cylindrical-coordinate representation of color #CB2ED8: hue angle of 295.41º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2ED8 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 46 | 216 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.15 |
| HSL | 295.41º | 0.69% | 0.51% | - |
| HSV(B) | 295.41º | 0.79% | 0.85% | - |
| XYZ | 38 | 19.61 | 66.75 | - |
| YUV | 112.32 | 186.51 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 46 | 216 | 0.06 | 0.79 | 0 | 0.15 | 295.41 | 0.69 | 0.51 |
| Hex | CB | 2E | D8 | 6 | 4F | 0 | F | 127 | 45 | 33 |
| Octal | 313 | 56 | 330 | 6 | 117 | 0 | 17 | 447 | 105 | 63 |
| Binary | 11001011 | 101110 | 11011000 | 110 | 1001111 | 0 | 1111 | 100100111 | 1000101 | 110011 |
Color Harmonies of #CB2ED8
Complementary color
Monochromatic Colors of #CB2ED8
Black with #CB2ED8
Text Example
Text Example
White with #CB2ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2ED8; }
p { color: rgb(203,46,216); }
H1.HeaderClassName
{
color: #CB2ED8;
}
.AnyTagClassName
{
color: #CB2ED8;
}
</style>
background-color css
<style>
a { background-color: #CB2ED8; }
a { background-color: rgb(203,46,216); }
div.DivClassName
{
background-color: #CB2ED8;
}
.BgClassName
{
background-color: #CB2ED8;
}
</style>
border-color css
<style>
span { border-color: #CB2ED8; }
span { border-color: rgb(203,46,216); }
td.TdClassName
{
border-color: #CB2ED8;
}
.TagClassName
{
border-color: #CB2ED8;
}
</style>