Shades of Medium Orchid #CB3FEB
Tints of Medium Orchid #CB3FEB
RGB
CMYK
RGB Variations
Color information
#CB3FEB (or 0xCB3FEB) is known color: Medium Orchid. HEX triplet: CB, 3F and EB. RGB value is (203,63,235). Sum of RGB (Red+Green+Blue) = 203+63+235=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 63 (25% from 255 or 12.57% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB3FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3FEB is #34C014. Grayscale: #7B7B7B. Windows color (decimal): -3457045 or 15417291. OLE color: 15417291.
HSL color Cylindrical-coordinate representation of color #CB3FEB: hue angle of 288.84º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3FEB is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 63 | 235 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.08 |
| HSL | 288.84º | 0.81% | 0.58% | - |
| HSV(B) | 288.84º | 0.73% | 0.92% | - |
| XYZ | 41.4 | 22.25 | 80.71 | - |
| YUV | 124.47 | 190.38 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 63 | 235 | 0.14 | 0.73 | 0 | 0.08 | 288.84 | 0.81 | 0.58 |
| Hex | CB | 3F | EB | E | 49 | 0 | 8 | 121 | 51 | 3A |
| Octal | 313 | 77 | 353 | 16 | 111 | 0 | 10 | 441 | 121 | 72 |
| Binary | 11001011 | 111111 | 11101011 | 1110 | 1001001 | 0 | 1000 | 100100001 | 1010001 | 111010 |
Color Harmonies of #CB3FEB
Complementary color
Monochromatic Colors of #CB3FEB
Black with #CB3FEB
Text Example
Text Example
White with #CB3FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3FEB; }
p { color: rgb(203,63,235); }
H1.HeaderClassName
{
color: #CB3FEB;
}
.AnyTagClassName
{
color: #CB3FEB;
}
</style>
background-color css
<style>
a { background-color: #CB3FEB; }
a { background-color: rgb(203,63,235); }
div.DivClassName
{
background-color: #CB3FEB;
}
.BgClassName
{
background-color: #CB3FEB;
}
</style>
border-color css
<style>
span { border-color: #CB3FEB; }
span { border-color: rgb(203,63,235); }
td.TdClassName
{
border-color: #CB3FEB;
}
.TagClassName
{
border-color: #CB3FEB;
}
</style>