Shades of Medium Orchid #CB33EC
Tints of Medium Orchid #CB33EC
RGB
CMYK
RGB Variations
Color information
#CB33EC (or 0xCB33EC) is known color: Medium Orchid. HEX triplet: CB, 33 and EC. RGB value is (203,51,236). Sum of RGB (Red+Green+Blue) = 203+51+236=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 51 (20.31% from 255 or 10.41% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB33EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB33EC is #34CC13. Grayscale: #747474. Windows color (decimal): -3460116 or 15479755. OLE color: 15479755.
HSL color Cylindrical-coordinate representation of color #CB33EC: hue angle of 289.3º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB33EC is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 51 | 236 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.07 |
| HSL | 289.3º | 0.83% | 0.56% | - |
| HSV(B) | 289.3º | 0.78% | 0.93% | - |
| XYZ | 40.95 | 21.12 | 81.28 | - |
| YUV | 117.54 | 194.86 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 236 | 0.14 | 0.78 | 0 | 0.07 | 289.3 | 0.83 | 0.56 |
| Hex | CB | 33 | EC | E | 4E | 0 | 7 | 121 | 53 | 38 |
| Octal | 313 | 63 | 354 | 16 | 116 | 0 | 7 | 441 | 123 | 70 |
| Binary | 11001011 | 110011 | 11101100 | 1110 | 1001110 | 0 | 111 | 100100001 | 1010011 | 111000 |
Color Harmonies of #CB33EC
Complementary color
Monochromatic Colors of #CB33EC
Black with #CB33EC
Text Example
Text Example
White with #CB33EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB33EC; }
p { color: rgb(203,51,236); }
H1.HeaderClassName
{
color: #CB33EC;
}
.AnyTagClassName
{
color: #CB33EC;
}
</style>
background-color css
<style>
a { background-color: #CB33EC; }
a { background-color: rgb(203,51,236); }
div.DivClassName
{
background-color: #CB33EC;
}
.BgClassName
{
background-color: #CB33EC;
}
</style>
border-color css
<style>
span { border-color: #CB33EC; }
span { border-color: rgb(203,51,236); }
td.TdClassName
{
border-color: #CB33EC;
}
.TagClassName
{
border-color: #CB33EC;
}
</style>