Shades of Medium Orchid #CB58DD
Tints of Medium Orchid #CB58DD
RGB
CMYK
RGB Variations
Color information
#CB58DD (or 0xCB58DD) is known color: Medium Orchid. HEX triplet: CB, 58 and DD. RGB value is (203,88,221). Sum of RGB (Red+Green+Blue) = 203+88+221=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 88 (34.77% from 255 or 17.19% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB58DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB58DD is #34A722. Grayscale: #898989. Windows color (decimal): -3450659 or 14506187. OLE color: 14506187.
HSL color Cylindrical-coordinate representation of color #CB58DD: hue angle of 291.88º 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 #CB58DD is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 88 | 221 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.13 |
| HSL | 291.88º | 0.66% | 0.61% | - |
| HSV(B) | 291.88º | 0.6% | 0.87% | - |
| XYZ | 41.17 | 24.9 | 71.04 | - |
| YUV | 137.55 | 175.1 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 221 | 0.08 | 0.60 | 0 | 0.13 | 291.88 | 0.66 | 0.61 |
| Hex | CB | 58 | DD | 8 | 3C | 0 | D | 124 | 42 | 3D |
| Octal | 313 | 130 | 335 | 10 | 74 | 0 | 15 | 444 | 102 | 75 |
| Binary | 11001011 | 1011000 | 11011101 | 1000 | 111100 | 0 | 1101 | 100100100 | 1000010 | 111101 |
Color Harmonies of #CB58DD
Complementary color
Monochromatic Colors of #CB58DD
Black with #CB58DD
Text Example
Text Example
White with #CB58DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB58DD; }
p { color: rgb(203,88,221); }
H1.HeaderClassName
{
color: #CB58DD;
}
.AnyTagClassName
{
color: #CB58DD;
}
</style>
background-color css
<style>
a { background-color: #CB58DD; }
a { background-color: rgb(203,88,221); }
div.DivClassName
{
background-color: #CB58DD;
}
.BgClassName
{
background-color: #CB58DD;
}
</style>
border-color css
<style>
span { border-color: #CB58DD; }
span { border-color: rgb(203,88,221); }
td.TdClassName
{
border-color: #CB58DD;
}
.TagClassName
{
border-color: #CB58DD;
}
</style>