Shades of Medium Orchid #CB40EB
Tints of Medium Orchid #CB40EB
RGB
CMYK
RGB Variations
Color information
#CB40EB (or 0xCB40EB) is known color: Medium Orchid. HEX triplet: CB, 40 and EB. RGB value is (203,64,235). Sum of RGB (Red+Green+Blue) = 203+64+235=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 64 (25.39% from 255 or 12.75% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB40EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB40EB is #34BF14. Grayscale: #7C7C7C. Windows color (decimal): -3456789 or 15417547. OLE color: 15417547.
HSL color Cylindrical-coordinate representation of color #CB40EB: hue angle of 288.77º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB40EB is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 64 | 235 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.08 |
| HSL | 288.77º | 0.81% | 0.59% | - |
| HSV(B) | 288.77º | 0.73% | 0.92% | - |
| XYZ | 41.46 | 22.36 | 80.73 | - |
| YUV | 125.06 | 190.05 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 235 | 0.14 | 0.73 | 0 | 0.08 | 288.77 | 0.81 | 0.59 |
| Hex | CB | 40 | EB | E | 49 | 0 | 8 | 121 | 51 | 3B |
| Octal | 313 | 100 | 353 | 16 | 111 | 0 | 10 | 441 | 121 | 73 |
| Binary | 11001011 | 1000000 | 11101011 | 1110 | 1001001 | 0 | 1000 | 100100001 | 1010001 | 111011 |
Color Harmonies of #CB40EB
Complementary color
Monochromatic Colors of #CB40EB
Black with #CB40EB
Text Example
Text Example
White with #CB40EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB40EB; }
p { color: rgb(203,64,235); }
H1.HeaderClassName
{
color: #CB40EB;
}
.AnyTagClassName
{
color: #CB40EB;
}
</style>
background-color css
<style>
a { background-color: #CB40EB; }
a { background-color: rgb(203,64,235); }
div.DivClassName
{
background-color: #CB40EB;
}
.BgClassName
{
background-color: #CB40EB;
}
</style>
border-color css
<style>
span { border-color: #CB40EB; }
span { border-color: rgb(203,64,235); }
td.TdClassName
{
border-color: #CB40EB;
}
.TagClassName
{
border-color: #CB40EB;
}
</style>