Shades of Medium Orchid #CB42EB
Tints of Medium Orchid #CB42EB
RGB
CMYK
RGB Variations
Color information
#CB42EB (or 0xCB42EB) is known color: Medium Orchid. HEX triplet: CB, 42 and EB. RGB value is (203,66,235). Sum of RGB (Red+Green+Blue) = 203+66+235=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 66 (26.17% from 255 or 13.10% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB42EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB42EB is #34BD14. Grayscale: #7D7D7D. Windows color (decimal): -3456277 or 15418059. OLE color: 15418059.
HSL color Cylindrical-coordinate representation of color #CB42EB: hue angle of 288.64º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB42EB is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 66 | 235 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.08 |
| HSL | 288.64º | 0.81% | 0.59% | - |
| HSV(B) | 288.64º | 0.72% | 0.92% | - |
| XYZ | 41.57 | 22.59 | 80.77 | - |
| YUV | 126.23 | 189.39 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 235 | 0.14 | 0.72 | 0 | 0.08 | 288.64 | 0.81 | 0.59 |
| Hex | CB | 42 | EB | E | 48 | 0 | 8 | 121 | 51 | 3B |
| Octal | 313 | 102 | 353 | 16 | 110 | 0 | 10 | 441 | 121 | 73 |
| Binary | 11001011 | 1000010 | 11101011 | 1110 | 1001000 | 0 | 1000 | 100100001 | 1010001 | 111011 |
Color Harmonies of #CB42EB
Complementary color
Monochromatic Colors of #CB42EB
Black with #CB42EB
Text Example
Text Example
White with #CB42EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB42EB; }
p { color: rgb(203,66,235); }
H1.HeaderClassName
{
color: #CB42EB;
}
.AnyTagClassName
{
color: #CB42EB;
}
</style>
background-color css
<style>
a { background-color: #CB42EB; }
a { background-color: rgb(203,66,235); }
div.DivClassName
{
background-color: #CB42EB;
}
.BgClassName
{
background-color: #CB42EB;
}
</style>
border-color css
<style>
span { border-color: #CB42EB; }
span { border-color: rgb(203,66,235); }
td.TdClassName
{
border-color: #CB42EB;
}
.TagClassName
{
border-color: #CB42EB;
}
</style>