Shades of Medium Orchid #CB33DE
Tints of Medium Orchid #CB33DE
RGB
CMYK
RGB Variations
Color information
#CB33DE (or 0xCB33DE) is known color: Medium Orchid. HEX triplet: CB, 33 and DE. RGB value is (203,51,222). Sum of RGB (Red+Green+Blue) = 203+51+222=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 51 (20.31% from 255 or 10.71% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB33DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB33DE is #34CC21. Grayscale: #737373. Windows color (decimal): -3460130 or 14562251. OLE color: 14562251.
HSL color Cylindrical-coordinate representation of color #CB33DE: hue angle of 293.33º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB33DE is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 51 | 222 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.13 |
| HSL | 293.33º | 0.72% | 0.54% | - |
| HSV(B) | 293.33º | 0.77% | 0.87% | - |
| XYZ | 39 | 20.34 | 70.98 | - |
| YUV | 115.94 | 187.86 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 222 | 0.09 | 0.77 | 0 | 0.13 | 293.33 | 0.72 | 0.54 |
| Hex | CB | 33 | DE | 9 | 4D | 0 | D | 125 | 48 | 36 |
| Octal | 313 | 63 | 336 | 11 | 115 | 0 | 15 | 445 | 110 | 66 |
| Binary | 11001011 | 110011 | 11011110 | 1001 | 1001101 | 0 | 1101 | 100100101 | 1001000 | 110110 |
Color Harmonies of #CB33DE
Complementary color
Monochromatic Colors of #CB33DE
Black with #CB33DE
Text Example
Text Example
White with #CB33DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB33DE; }
p { color: rgb(203,51,222); }
H1.HeaderClassName
{
color: #CB33DE;
}
.AnyTagClassName
{
color: #CB33DE;
}
</style>
background-color css
<style>
a { background-color: #CB33DE; }
a { background-color: rgb(203,51,222); }
div.DivClassName
{
background-color: #CB33DE;
}
.BgClassName
{
background-color: #CB33DE;
}
</style>
border-color css
<style>
span { border-color: #CB33DE; }
span { border-color: rgb(203,51,222); }
td.TdClassName
{
border-color: #CB33DE;
}
.TagClassName
{
border-color: #CB33DE;
}
</style>