Shades of Medium Orchid #CB5CDD
Tints of Medium Orchid #CB5CDD
RGB
CMYK
RGB Variations
Color information
#CB5CDD (or 0xCB5CDD) is known color: Medium Orchid. HEX triplet: CB, 5C and DD. RGB value is (203,92,221). Sum of RGB (Red+Green+Blue) = 203+92+221=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 92 (36.33% from 255 or 17.83% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB5CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5CDD is #34A322. Grayscale: #8B8B8B. Windows color (decimal): -3449635 or 14507211. OLE color: 14507211.
HSL color Cylindrical-coordinate representation of color #CB5CDD: hue angle of 291.63º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB5CDD is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 92 | 221 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.13 |
| HSL | 291.63º | 0.65% | 0.61% | - |
| HSV(B) | 291.63º | 0.58% | 0.87% | - |
| XYZ | 41.51 | 25.57 | 71.15 | - |
| YUV | 139.9 | 173.77 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 221 | 0.08 | 0.58 | 0 | 0.13 | 291.63 | 0.65 | 0.61 |
| Hex | CB | 5C | DD | 8 | 3A | 0 | D | 124 | 41 | 3D |
| Octal | 313 | 134 | 335 | 10 | 72 | 0 | 15 | 444 | 101 | 75 |
| Binary | 11001011 | 1011100 | 11011101 | 1000 | 111010 | 0 | 1101 | 100100100 | 1000001 | 111101 |
Color Harmonies of #CB5CDD
Complementary color
Monochromatic Colors of #CB5CDD
Black with #CB5CDD
Text Example
Text Example
White with #CB5CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5CDD; }
p { color: rgb(203,92,221); }
H1.HeaderClassName
{
color: #CB5CDD;
}
.AnyTagClassName
{
color: #CB5CDD;
}
</style>
background-color css
<style>
a { background-color: #CB5CDD; }
a { background-color: rgb(203,92,221); }
div.DivClassName
{
background-color: #CB5CDD;
}
.BgClassName
{
background-color: #CB5CDD;
}
</style>
border-color css
<style>
span { border-color: #CB5CDD; }
span { border-color: rgb(203,92,221); }
td.TdClassName
{
border-color: #CB5CDD;
}
.TagClassName
{
border-color: #CB5CDD;
}
</style>