Shades of Medium Orchid #CB5DD9
Tints of Medium Orchid #CB5DD9
RGB
CMYK
RGB Variations
Color information
#CB5DD9 (or 0xCB5DD9) is known color: Medium Orchid. HEX triplet: CB, 5D and D9. RGB value is (203,93,217). Sum of RGB (Red+Green+Blue) = 203+93+217=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 217 (85.16% from 255 or 42.30% from 513); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB5DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5DD9 is #34A226. Grayscale: #8B8B8B. Windows color (decimal): -3449383 or 14245323. OLE color: 14245323.
HSL color Cylindrical-coordinate representation of color #CB5DD9: hue angle of 293.23º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB5DD9 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 93 | 217 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.15 |
| HSL | 293.23º | 0.62% | 0.61% | - |
| HSV(B) | 293.23º | 0.57% | 0.85% | - |
| XYZ | 41.07 | 25.53 | 68.41 | - |
| YUV | 140.03 | 171.44 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 217 | 0.06 | 0.57 | 0 | 0.15 | 293.23 | 0.62 | 0.61 |
| Hex | CB | 5D | D9 | 6 | 39 | 0 | F | 125 | 3E | 3D |
| Octal | 313 | 135 | 331 | 6 | 71 | 0 | 17 | 445 | 76 | 75 |
| Binary | 11001011 | 1011101 | 11011001 | 110 | 111001 | 0 | 1111 | 100100101 | 111110 | 111101 |
Color Harmonies of #CB5DD9
Complementary color
Monochromatic Colors of #CB5DD9
Black with #CB5DD9
Text Example
Text Example
White with #CB5DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5DD9; }
p { color: rgb(203,93,217); }
H1.HeaderClassName
{
color: #CB5DD9;
}
.AnyTagClassName
{
color: #CB5DD9;
}
</style>
background-color css
<style>
a { background-color: #CB5DD9; }
a { background-color: rgb(203,93,217); }
div.DivClassName
{
background-color: #CB5DD9;
}
.BgClassName
{
background-color: #CB5DD9;
}
</style>
border-color css
<style>
span { border-color: #CB5DD9; }
span { border-color: rgb(203,93,217); }
td.TdClassName
{
border-color: #CB5DD9;
}
.TagClassName
{
border-color: #CB5DD9;
}
</style>