Shades of Medium Orchid #CB55D4
Tints of Medium Orchid #CB55D4
RGB
CMYK
RGB Variations
Color information
#CB55D4 (or 0xCB55D4) is known color: Medium Orchid. HEX triplet: CB, 55 and D4. RGB value is (203,85,212). Sum of RGB (Red+Green+Blue) = 203+85+212=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 212 (83.20% from 255 or 42.4% from 500); Max value from RGB is 212 - color contains mainly: blue. Hex color #CB55D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB55D4 is #34AA2B. Grayscale: #868686. Windows color (decimal): -3451436 or 13915595. OLE color: 13915595.
HSL color Cylindrical-coordinate representation of color #CB55D4: hue angle of 295.75º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB55D4 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 85 | 212 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.17 |
| HSL | 295.75º | 0.6% | 0.58% | - |
| HSV(B) | 295.75º | 0.6% | 0.83% | - |
| XYZ | 39.76 | 23.95 | 64.81 | - |
| YUV | 134.76 | 171.59 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 212 | 0.04 | 0.60 | 0 | 0.17 | 295.75 | 0.6 | 0.58 |
| Hex | CB | 55 | D4 | 4 | 3C | 0 | 11 | 128 | 3C | 3A |
| Octal | 313 | 125 | 324 | 4 | 74 | 0 | 21 | 450 | 74 | 72 |
| Binary | 11001011 | 1010101 | 11010100 | 100 | 111100 | 0 | 10001 | 100101000 | 111100 | 111010 |
Color Harmonies of #CB55D4
Complementary color
Monochromatic Colors of #CB55D4
Black with #CB55D4
Text Example
Text Example
White with #CB55D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB55D4; }
p { color: rgb(203,85,212); }
H1.HeaderClassName
{
color: #CB55D4;
}
.AnyTagClassName
{
color: #CB55D4;
}
</style>
background-color css
<style>
a { background-color: #CB55D4; }
a { background-color: rgb(203,85,212); }
div.DivClassName
{
background-color: #CB55D4;
}
.BgClassName
{
background-color: #CB55D4;
}
</style>
border-color css
<style>
span { border-color: #CB55D4; }
span { border-color: rgb(203,85,212); }
td.TdClassName
{
border-color: #CB55D4;
}
.TagClassName
{
border-color: #CB55D4;
}
</style>