Shades of Medium Orchid #CB33DF
Tints of Medium Orchid #CB33DF
RGB
CMYK
RGB Variations
Color information
#CB33DF (or 0xCB33DF) is known color: Medium Orchid. HEX triplet: CB, 33 and DF. RGB value is (203,51,223). Sum of RGB (Red+Green+Blue) = 203+51+223=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 51 (20.31% from 255 or 10.69% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB33DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB33DF is #34CC20. Grayscale: #737373. Windows color (decimal): -3460129 or 14627787. OLE color: 14627787.
HSL color Cylindrical-coordinate representation of color #CB33DF: hue angle of 293.02º degrees, saturation: 0.73, 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 #CB33DF is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 51 | 223 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.13 |
| HSL | 293.02º | 0.73% | 0.54% | - |
| HSV(B) | 293.02º | 0.77% | 0.87% | - |
| XYZ | 39.13 | 20.39 | 71.69 | - |
| YUV | 116.06 | 188.36 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 223 | 0.09 | 0.77 | 0 | 0.13 | 293.02 | 0.73 | 0.54 |
| Hex | CB | 33 | DF | 9 | 4D | 0 | D | 125 | 49 | 36 |
| Octal | 313 | 63 | 337 | 11 | 115 | 0 | 15 | 445 | 111 | 66 |
| Binary | 11001011 | 110011 | 11011111 | 1001 | 1001101 | 0 | 1101 | 100100101 | 1001001 | 110110 |
Color Harmonies of #CB33DF
Complementary color
Monochromatic Colors of #CB33DF
Black with #CB33DF
Text Example
Text Example
White with #CB33DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB33DF; }
p { color: rgb(203,51,223); }
H1.HeaderClassName
{
color: #CB33DF;
}
.AnyTagClassName
{
color: #CB33DF;
}
</style>
background-color css
<style>
a { background-color: #CB33DF; }
a { background-color: rgb(203,51,223); }
div.DivClassName
{
background-color: #CB33DF;
}
.BgClassName
{
background-color: #CB33DF;
}
</style>
border-color css
<style>
span { border-color: #CB33DF; }
span { border-color: rgb(203,51,223); }
td.TdClassName
{
border-color: #CB33DF;
}
.TagClassName
{
border-color: #CB33DF;
}
</style>