Shades of Medium Orchid #CB3BDD
Tints of Medium Orchid #CB3BDD
RGB
CMYK
RGB Variations
Color information
#CB3BDD (or 0xCB3BDD) is known color: Medium Orchid. HEX triplet: CB, 3B and DD. RGB value is (203,59,221). Sum of RGB (Red+Green+Blue) = 203+59+221=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 59 (23.44% from 255 or 12.22% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB3BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3BDD is #34C422. Grayscale: #787878. Windows color (decimal): -3458083 or 14498763. OLE color: 14498763.
HSL color Cylindrical-coordinate representation of color #CB3BDD: hue angle of 293.33º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3BDD is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 59 | 221 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.13 |
| HSL | 293.33º | 0.7% | 0.55% | - |
| HSV(B) | 293.33º | 0.73% | 0.87% | - |
| XYZ | 39.24 | 21.04 | 70.4 | - |
| YUV | 120.52 | 184.71 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 59 | 221 | 0.08 | 0.73 | 0 | 0.13 | 293.33 | 0.7 | 0.55 |
| Hex | CB | 3B | DD | 8 | 49 | 0 | D | 125 | 46 | 37 |
| Octal | 313 | 73 | 335 | 10 | 111 | 0 | 15 | 445 | 106 | 67 |
| Binary | 11001011 | 111011 | 11011101 | 1000 | 1001001 | 0 | 1101 | 100100101 | 1000110 | 110111 |
Color Harmonies of #CB3BDD
Complementary color
Monochromatic Colors of #CB3BDD
Black with #CB3BDD
Text Example
Text Example
White with #CB3BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3BDD; }
p { color: rgb(203,59,221); }
H1.HeaderClassName
{
color: #CB3BDD;
}
.AnyTagClassName
{
color: #CB3BDD;
}
</style>
background-color css
<style>
a { background-color: #CB3BDD; }
a { background-color: rgb(203,59,221); }
div.DivClassName
{
background-color: #CB3BDD;
}
.BgClassName
{
background-color: #CB3BDD;
}
</style>
border-color css
<style>
span { border-color: #CB3BDD; }
span { border-color: rgb(203,59,221); }
td.TdClassName
{
border-color: #CB3BDD;
}
.TagClassName
{
border-color: #CB3BDD;
}
</style>