Shades of Medium Orchid #CB4FEB
Tints of Medium Orchid #CB4FEB
RGB
CMYK
RGB Variations
Color information
#CB4FEB (or 0xCB4FEB) is known color: Medium Orchid. HEX triplet: CB, 4F and EB. RGB value is (203,79,235). Sum of RGB (Red+Green+Blue) = 203+79+235=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 79 (31.25% from 255 or 15.28% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB4FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB4FEB is #34B014. Grayscale: #858585. Windows color (decimal): -3452949 or 15421387. OLE color: 15421387.
HSL color Cylindrical-coordinate representation of color #CB4FEB: hue angle of 287.69º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB4FEB is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 79 | 235 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.08 |
| HSL | 287.69º | 0.8% | 0.62% | - |
| HSV(B) | 287.69º | 0.66% | 0.92% | - |
| XYZ | 42.42 | 24.29 | 81.05 | - |
| YUV | 133.86 | 185.08 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 79 | 235 | 0.14 | 0.66 | 0 | 0.08 | 287.69 | 0.8 | 0.62 |
| Hex | CB | 4F | EB | E | 42 | 0 | 8 | 120 | 50 | 3E |
| Octal | 313 | 117 | 353 | 16 | 102 | 0 | 10 | 440 | 120 | 76 |
| Binary | 11001011 | 1001111 | 11101011 | 1110 | 1000010 | 0 | 1000 | 100100000 | 1010000 | 111110 |
Color Harmonies of #CB4FEB
Complementary color
Monochromatic Colors of #CB4FEB
Black with #CB4FEB
Text Example
Text Example
White with #CB4FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4FEB; }
p { color: rgb(203,79,235); }
H1.HeaderClassName
{
color: #CB4FEB;
}
.AnyTagClassName
{
color: #CB4FEB;
}
</style>
background-color css
<style>
a { background-color: #CB4FEB; }
a { background-color: rgb(203,79,235); }
div.DivClassName
{
background-color: #CB4FEB;
}
.BgClassName
{
background-color: #CB4FEB;
}
</style>
border-color css
<style>
span { border-color: #CB4FEB; }
span { border-color: rgb(203,79,235); }
td.TdClassName
{
border-color: #CB4FEB;
}
.TagClassName
{
border-color: #CB4FEB;
}
</style>