Shades of Medium Orchid #CB4CDD
Tints of Medium Orchid #CB4CDD
RGB
CMYK
RGB Variations
Color information
#CB4CDD (or 0xCB4CDD) is known color: Medium Orchid. HEX triplet: CB, 4C and DD. RGB value is (203,76,221). Sum of RGB (Red+Green+Blue) = 203+76+221=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 76 (30.08% from 255 or 15.2% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB4CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4CDD is #34B322. Grayscale: #828282. Windows color (decimal): -3453731 or 14503115. OLE color: 14503115.
HSL color Cylindrical-coordinate representation of color #CB4CDD: hue angle of 292.55º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB4CDD is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 76 | 221 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.13 |
| HSL | 292.55º | 0.68% | 0.58% | - |
| HSV(B) | 292.55º | 0.66% | 0.87% | - |
| XYZ | 40.26 | 23.09 | 70.74 | - |
| YUV | 130.5 | 179.08 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 76 | 221 | 0.08 | 0.66 | 0 | 0.13 | 292.55 | 0.68 | 0.58 |
| Hex | CB | 4C | DD | 8 | 42 | 0 | D | 125 | 44 | 3A |
| Octal | 313 | 114 | 335 | 10 | 102 | 0 | 15 | 445 | 104 | 72 |
| Binary | 11001011 | 1001100 | 11011101 | 1000 | 1000010 | 0 | 1101 | 100100101 | 1000100 | 111010 |
Color Harmonies of #CB4CDD
Complementary color
Monochromatic Colors of #CB4CDD
Black with #CB4CDD
Text Example
Text Example
White with #CB4CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4CDD; }
p { color: rgb(203,76,221); }
H1.HeaderClassName
{
color: #CB4CDD;
}
.AnyTagClassName
{
color: #CB4CDD;
}
</style>
background-color css
<style>
a { background-color: #CB4CDD; }
a { background-color: rgb(203,76,221); }
div.DivClassName
{
background-color: #CB4CDD;
}
.BgClassName
{
background-color: #CB4CDD;
}
</style>
border-color css
<style>
span { border-color: #CB4CDD; }
span { border-color: rgb(203,76,221); }
td.TdClassName
{
border-color: #CB4CDD;
}
.TagClassName
{
border-color: #CB4CDD;
}
</style>