Shades of Medium Orchid #CB42EE
Tints of Medium Orchid #CB42EE
RGB
CMYK
RGB Variations
Color information
#CB42EE (or 0xCB42EE) is known color: Medium Orchid. HEX triplet: CB, 42 and EE. RGB value is (203,66,238). Sum of RGB (Red+Green+Blue) = 203+66+238=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 66 (26.17% from 255 or 13.02% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB42EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB42EE is #34BD11. Grayscale: #7E7E7E. Windows color (decimal): -3456274 or 15614667. OLE color: 15614667.
HSL color Cylindrical-coordinate representation of color #CB42EE: hue angle of 287.79º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB42EE is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 66 | 238 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.07 |
| HSL | 287.79º | 0.83% | 0.6% | - |
| HSV(B) | 287.79º | 0.72% | 0.93% | - |
| XYZ | 42.01 | 22.77 | 83.07 | - |
| YUV | 126.57 | 190.89 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 238 | 0.15 | 0.72 | 0 | 0.07 | 287.79 | 0.83 | 0.6 |
| Hex | CB | 42 | EE | F | 48 | 0 | 7 | 120 | 53 | 3C |
| Octal | 313 | 102 | 356 | 17 | 110 | 0 | 7 | 440 | 123 | 74 |
| Binary | 11001011 | 1000010 | 11101110 | 1111 | 1001000 | 0 | 111 | 100100000 | 1010011 | 111100 |
Color Harmonies of #CB42EE
Complementary color
Monochromatic Colors of #CB42EE
Black with #CB42EE
Text Example
Text Example
White with #CB42EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB42EE; }
p { color: rgb(203,66,238); }
H1.HeaderClassName
{
color: #CB42EE;
}
.AnyTagClassName
{
color: #CB42EE;
}
</style>
background-color css
<style>
a { background-color: #CB42EE; }
a { background-color: rgb(203,66,238); }
div.DivClassName
{
background-color: #CB42EE;
}
.BgClassName
{
background-color: #CB42EE;
}
</style>
border-color css
<style>
span { border-color: #CB42EE; }
span { border-color: rgb(203,66,238); }
td.TdClassName
{
border-color: #CB42EE;
}
.TagClassName
{
border-color: #CB42EE;
}
</style>