Shades of Medium Orchid #CB55D5
Tints of Medium Orchid #CB55D5
RGB
CMYK
RGB Variations
Color information
#CB55D5 (or 0xCB55D5) is known color: Medium Orchid. HEX triplet: CB, 55 and D5. RGB value is (203,85,213). Sum of RGB (Red+Green+Blue) = 203+85+213=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB55D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB55D5 is #34AA2A. Grayscale: #868686. Windows color (decimal): -3451435 or 13981131. OLE color: 13981131.
HSL color Cylindrical-coordinate representation of color #CB55D5: hue angle of 295.31º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB55D5 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 85 | 213 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.16 |
| HSL | 295.31º | 0.6% | 0.58% | - |
| HSV(B) | 295.31º | 0.6% | 0.84% | - |
| XYZ | 39.89 | 24 | 65.48 | - |
| YUV | 134.87 | 172.09 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 213 | 0.05 | 0.60 | 0 | 0.16 | 295.31 | 0.6 | 0.58 |
| Hex | CB | 55 | D5 | 5 | 3C | 0 | 10 | 127 | 3C | 3A |
| Octal | 313 | 125 | 325 | 5 | 74 | 0 | 20 | 447 | 74 | 72 |
| Binary | 11001011 | 1010101 | 11010101 | 101 | 111100 | 0 | 10000 | 100100111 | 111100 | 111010 |
Color Harmonies of #CB55D5
Complementary color
Monochromatic Colors of #CB55D5
Black with #CB55D5
Text Example
Text Example
White with #CB55D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB55D5; }
p { color: rgb(203,85,213); }
H1.HeaderClassName
{
color: #CB55D5;
}
.AnyTagClassName
{
color: #CB55D5;
}
</style>
background-color css
<style>
a { background-color: #CB55D5; }
a { background-color: rgb(203,85,213); }
div.DivClassName
{
background-color: #CB55D5;
}
.BgClassName
{
background-color: #CB55D5;
}
</style>
border-color css
<style>
span { border-color: #CB55D5; }
span { border-color: rgb(203,85,213); }
td.TdClassName
{
border-color: #CB55D5;
}
.TagClassName
{
border-color: #CB55D5;
}
</style>