Shades of Medium Orchid #CB38EC
Tints of Medium Orchid #CB38EC
RGB
CMYK
RGB Variations
Color information
#CB38EC (or 0xCB38EC) is known color: Medium Orchid. HEX triplet: CB, 38 and EC. RGB value is (203,56,236). Sum of RGB (Red+Green+Blue) = 203+56+236=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 56 (22.27% from 255 or 11.31% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB38EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB38EC is #34C713. Grayscale: #777777. Windows color (decimal): -3458836 or 15481035. OLE color: 15481035.
HSL color Cylindrical-coordinate representation of color #CB38EC: hue angle of 289º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB38EC is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 56 | 236 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.07 |
| HSL | 289º | 0.83% | 0.57% | - |
| HSV(B) | 289º | 0.76% | 0.93% | - |
| XYZ | 41.18 | 21.58 | 81.35 | - |
| YUV | 120.47 | 193.2 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 236 | 0.14 | 0.76 | 0 | 0.07 | 289 | 0.83 | 0.57 |
| Hex | CB | 38 | EC | E | 4C | 0 | 7 | 121 | 53 | 39 |
| Octal | 313 | 70 | 354 | 16 | 114 | 0 | 7 | 441 | 123 | 71 |
| Binary | 11001011 | 111000 | 11101100 | 1110 | 1001100 | 0 | 111 | 100100001 | 1010011 | 111001 |
Color Harmonies of #CB38EC
Complementary color
Monochromatic Colors of #CB38EC
Black with #CB38EC
Text Example
Text Example
White with #CB38EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB38EC; }
p { color: rgb(203,56,236); }
H1.HeaderClassName
{
color: #CB38EC;
}
.AnyTagClassName
{
color: #CB38EC;
}
</style>
background-color css
<style>
a { background-color: #CB38EC; }
a { background-color: rgb(203,56,236); }
div.DivClassName
{
background-color: #CB38EC;
}
.BgClassName
{
background-color: #CB38EC;
}
</style>
border-color css
<style>
span { border-color: #CB38EC; }
span { border-color: rgb(203,56,236); }
td.TdClassName
{
border-color: #CB38EC;
}
.TagClassName
{
border-color: #CB38EC;
}
</style>