Shades of Medium Orchid #CB33DD
Tints of Medium Orchid #CB33DD
RGB
CMYK
RGB Variations
Color information
#CB33DD (or 0xCB33DD) is known color: Medium Orchid. HEX triplet: CB, 33 and DD. RGB value is (203,51,221). Sum of RGB (Red+Green+Blue) = 203+51+221=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 51 (20.31% from 255 or 10.74% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB33DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB33DD is #34CC22. Grayscale: #737373. Windows color (decimal): -3460131 or 14496715. OLE color: 14496715.
HSL color Cylindrical-coordinate representation of color #CB33DD: hue angle of 293.65º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB33DD is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 51 | 221 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.13 |
| HSL | 293.65º | 0.71% | 0.53% | - |
| HSV(B) | 293.65º | 0.77% | 0.87% | - |
| XYZ | 38.86 | 20.28 | 70.27 | - |
| YUV | 115.83 | 187.36 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 221 | 0.08 | 0.77 | 0 | 0.13 | 293.65 | 0.71 | 0.53 |
| Hex | CB | 33 | DD | 8 | 4D | 0 | D | 126 | 47 | 35 |
| Octal | 313 | 63 | 335 | 10 | 115 | 0 | 15 | 446 | 107 | 65 |
| Binary | 11001011 | 110011 | 11011101 | 1000 | 1001101 | 0 | 1101 | 100100110 | 1000111 | 110101 |
Color Harmonies of #CB33DD
Complementary color
Monochromatic Colors of #CB33DD
Black with #CB33DD
Text Example
Text Example
White with #CB33DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB33DD; }
p { color: rgb(203,51,221); }
H1.HeaderClassName
{
color: #CB33DD;
}
.AnyTagClassName
{
color: #CB33DD;
}
</style>
background-color css
<style>
a { background-color: #CB33DD; }
a { background-color: rgb(203,51,221); }
div.DivClassName
{
background-color: #CB33DD;
}
.BgClassName
{
background-color: #CB33DD;
}
</style>
border-color css
<style>
span { border-color: #CB33DD; }
span { border-color: rgb(203,51,221); }
td.TdClassName
{
border-color: #CB33DD;
}
.TagClassName
{
border-color: #CB33DD;
}
</style>