Shades of Medium Orchid #CB33EE
Tints of Medium Orchid #CB33EE
RGB
CMYK
RGB Variations
Color information
#CB33EE (or 0xCB33EE) is known color: Medium Orchid. HEX triplet: CB, 33 and EE. RGB value is (203,51,238). Sum of RGB (Red+Green+Blue) = 203+51+238=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 51 (20.31% from 255 or 10.37% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB33EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB33EE is #34CC11. Grayscale: #757575. Windows color (decimal): -3460114 or 15610827. OLE color: 15610827.
HSL color Cylindrical-coordinate representation of color #CB33EE: hue angle of 288.77º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB33EE is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 51 | 238 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.07 |
| HSL | 288.77º | 0.85% | 0.57% | - |
| HSV(B) | 288.77º | 0.79% | 0.93% | - |
| XYZ | 41.25 | 21.24 | 82.81 | - |
| YUV | 117.77 | 195.86 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 238 | 0.15 | 0.79 | 0 | 0.07 | 288.77 | 0.85 | 0.57 |
| Hex | CB | 33 | EE | F | 4F | 0 | 7 | 121 | 55 | 39 |
| Octal | 313 | 63 | 356 | 17 | 117 | 0 | 7 | 441 | 125 | 71 |
| Binary | 11001011 | 110011 | 11101110 | 1111 | 1001111 | 0 | 111 | 100100001 | 1010101 | 111001 |
Color Harmonies of #CB33EE
Complementary color
Monochromatic Colors of #CB33EE
Black with #CB33EE
Text Example
Text Example
White with #CB33EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB33EE; }
p { color: rgb(203,51,238); }
H1.HeaderClassName
{
color: #CB33EE;
}
.AnyTagClassName
{
color: #CB33EE;
}
</style>
background-color css
<style>
a { background-color: #CB33EE; }
a { background-color: rgb(203,51,238); }
div.DivClassName
{
background-color: #CB33EE;
}
.BgClassName
{
background-color: #CB33EE;
}
</style>
border-color css
<style>
span { border-color: #CB33EE; }
span { border-color: rgb(203,51,238); }
td.TdClassName
{
border-color: #CB33EE;
}
.TagClassName
{
border-color: #CB33EE;
}
</style>