Shades of Medium Orchid #CB38EF
Tints of Medium Orchid #CB38EF
RGB
CMYK
RGB Variations
Color information
#CB38EF (or 0xCB38EF) is known color: Medium Orchid. HEX triplet: CB, 38 and EF. RGB value is (203,56,239). Sum of RGB (Red+Green+Blue) = 203+56+239=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 56 (22.27% from 255 or 11.24% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB38EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB38EF is #34C710. Grayscale: #787878. Windows color (decimal): -3458833 or 15677643. OLE color: 15677643.
HSL color Cylindrical-coordinate representation of color #CB38EF: hue angle of 288.2º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB38EF is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 56 | 239 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.06 |
| HSL | 288.2º | 0.85% | 0.58% | - |
| HSV(B) | 288.2º | 0.77% | 0.94% | - |
| XYZ | 41.62 | 21.76 | 83.67 | - |
| YUV | 120.82 | 194.7 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 239 | 0.15 | 0.77 | 0 | 0.06 | 288.2 | 0.85 | 0.58 |
| Hex | CB | 38 | EF | F | 4D | 0 | 6 | 120 | 55 | 3A |
| Octal | 313 | 70 | 357 | 17 | 115 | 0 | 6 | 440 | 125 | 72 |
| Binary | 11001011 | 111000 | 11101111 | 1111 | 1001101 | 0 | 110 | 100100000 | 1010101 | 111010 |
Color Harmonies of #CB38EF
Complementary color
Monochromatic Colors of #CB38EF
Black with #CB38EF
Text Example
Text Example
White with #CB38EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB38EF; }
p { color: rgb(203,56,239); }
H1.HeaderClassName
{
color: #CB38EF;
}
.AnyTagClassName
{
color: #CB38EF;
}
</style>
background-color css
<style>
a { background-color: #CB38EF; }
a { background-color: rgb(203,56,239); }
div.DivClassName
{
background-color: #CB38EF;
}
.BgClassName
{
background-color: #CB38EF;
}
</style>
border-color css
<style>
span { border-color: #CB38EF; }
span { border-color: rgb(203,56,239); }
td.TdClassName
{
border-color: #CB38EF;
}
.TagClassName
{
border-color: #CB38EF;
}
</style>