Shades of Medium Orchid #CB59DD
Tints of Medium Orchid #CB59DD
RGB
CMYK
RGB Variations
Color information
#CB59DD (or 0xCB59DD) is known color: Medium Orchid. HEX triplet: CB, 59 and DD. RGB value is (203,89,221). Sum of RGB (Red+Green+Blue) = 203+89+221=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 89 (35.16% from 255 or 17.35% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB59DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB59DD is #34A622. Grayscale: #898989. Windows color (decimal): -3450403 or 14506443. OLE color: 14506443.
HSL color Cylindrical-coordinate representation of color #CB59DD: hue angle of 291.82º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB59DD is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 89 | 221 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.13 |
| HSL | 291.82º | 0.66% | 0.61% | - |
| HSV(B) | 291.82º | 0.6% | 0.87% | - |
| XYZ | 41.25 | 25.06 | 71.07 | - |
| YUV | 138.13 | 174.77 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 221 | 0.08 | 0.60 | 0 | 0.13 | 291.82 | 0.66 | 0.61 |
| Hex | CB | 59 | DD | 8 | 3C | 0 | D | 124 | 42 | 3D |
| Octal | 313 | 131 | 335 | 10 | 74 | 0 | 15 | 444 | 102 | 75 |
| Binary | 11001011 | 1011001 | 11011101 | 1000 | 111100 | 0 | 1101 | 100100100 | 1000010 | 111101 |
Color Harmonies of #CB59DD
Complementary color
Monochromatic Colors of #CB59DD
Black with #CB59DD
Text Example
Text Example
White with #CB59DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB59DD; }
p { color: rgb(203,89,221); }
H1.HeaderClassName
{
color: #CB59DD;
}
.AnyTagClassName
{
color: #CB59DD;
}
</style>
background-color css
<style>
a { background-color: #CB59DD; }
a { background-color: rgb(203,89,221); }
div.DivClassName
{
background-color: #CB59DD;
}
.BgClassName
{
background-color: #CB59DD;
}
</style>
border-color css
<style>
span { border-color: #CB59DD; }
span { border-color: rgb(203,89,221); }
td.TdClassName
{
border-color: #CB59DD;
}
.TagClassName
{
border-color: #CB59DD;
}
</style>