Shades of Medium Orchid #CB38E2
Tints of Medium Orchid #CB38E2
RGB
CMYK
RGB Variations
Color information
#CB38E2 (or 0xCB38E2) is known color: Medium Orchid. HEX triplet: CB, 38 and E2. RGB value is (203,56,226). Sum of RGB (Red+Green+Blue) = 203+56+226=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 56 (22.27% from 255 or 11.55% from 485); Blue value is 226 (88.67% from 255 or 46.60% from 485); Max value from RGB is 226 - color contains mainly: blue. Hex color #CB38E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB38E2 is #34C71D. Grayscale: #767676. Windows color (decimal): -3458846 or 14825675. OLE color: 14825675.
HSL color Cylindrical-coordinate representation of color #CB38E2: hue angle of 291.88º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB38E2 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 56 | 226 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.11 |
| HSL | 291.88º | 0.75% | 0.55% | - |
| HSV(B) | 291.88º | 0.75% | 0.89% | - |
| XYZ | 39.77 | 21.02 | 73.91 | - |
| YUV | 119.33 | 188.2 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 226 | 0.10 | 0.75 | 0 | 0.11 | 291.88 | 0.75 | 0.55 |
| Hex | CB | 38 | E2 | A | 4B | 0 | B | 124 | 4B | 37 |
| Octal | 313 | 70 | 342 | 12 | 113 | 0 | 13 | 444 | 113 | 67 |
| Binary | 11001011 | 111000 | 11100010 | 1010 | 1001011 | 0 | 1011 | 100100100 | 1001011 | 110111 |
Color Harmonies of #CB38E2
Complementary color
Monochromatic Colors of #CB38E2
Black with #CB38E2
Text Example
Text Example
White with #CB38E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB38E2; }
p { color: rgb(203,56,226); }
H1.HeaderClassName
{
color: #CB38E2;
}
.AnyTagClassName
{
color: #CB38E2;
}
</style>
background-color css
<style>
a { background-color: #CB38E2; }
a { background-color: rgb(203,56,226); }
div.DivClassName
{
background-color: #CB38E2;
}
.BgClassName
{
background-color: #CB38E2;
}
</style>
border-color css
<style>
span { border-color: #CB38E2; }
span { border-color: rgb(203,56,226); }
td.TdClassName
{
border-color: #CB38E2;
}
.TagClassName
{
border-color: #CB38E2;
}
</style>