Shades of Medium Orchid #CB32DD
Tints of Medium Orchid #CB32DD
RGB
CMYK
RGB Variations
Color information
#CB32DD (or 0xCB32DD) is known color: Medium Orchid. HEX triplet: CB, 32 and DD. RGB value is (203,50,221). Sum of RGB (Red+Green+Blue) = 203+50+221=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 50 (19.92% from 255 or 10.55% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB32DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB32DD is #34CD22. Grayscale: #727272. Windows color (decimal): -3460387 or 14496459. OLE color: 14496459.
HSL color Cylindrical-coordinate representation of color #CB32DD: hue angle of 293.68º degrees, saturation: 0.72, 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 #CB32DD is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 50 | 221 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.13 |
| HSL | 293.68º | 0.72% | 0.53% | - |
| HSV(B) | 293.68º | 0.77% | 0.87% | - |
| XYZ | 38.82 | 20.2 | 70.26 | - |
| YUV | 115.24 | 187.69 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 221 | 0.08 | 0.77 | 0 | 0.13 | 293.68 | 0.72 | 0.53 |
| Hex | CB | 32 | DD | 8 | 4D | 0 | D | 126 | 48 | 35 |
| Octal | 313 | 62 | 335 | 10 | 115 | 0 | 15 | 446 | 110 | 65 |
| Binary | 11001011 | 110010 | 11011101 | 1000 | 1001101 | 0 | 1101 | 100100110 | 1001000 | 110101 |
Color Harmonies of #CB32DD
Complementary color
Monochromatic Colors of #CB32DD
Black with #CB32DD
Text Example
Text Example
White with #CB32DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB32DD; }
p { color: rgb(203,50,221); }
H1.HeaderClassName
{
color: #CB32DD;
}
.AnyTagClassName
{
color: #CB32DD;
}
</style>
background-color css
<style>
a { background-color: #CB32DD; }
a { background-color: rgb(203,50,221); }
div.DivClassName
{
background-color: #CB32DD;
}
.BgClassName
{
background-color: #CB32DD;
}
</style>
border-color css
<style>
span { border-color: #CB32DD; }
span { border-color: rgb(203,50,221); }
td.TdClassName
{
border-color: #CB32DD;
}
.TagClassName
{
border-color: #CB32DD;
}
</style>