Shades of Medium Orchid #CB56D3
Tints of Medium Orchid #CB56D3
RGB
CMYK
RGB Variations
Color information
#CB56D3 (or 0xCB56D3) is known color: Medium Orchid. HEX triplet: CB, 56 and D3. RGB value is (203,86,211). Sum of RGB (Red+Green+Blue) = 203+86+211=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 86 (33.98% from 255 or 17.2% from 500); Blue value is 211 (82.81% from 255 or 42.2% from 500); Max value from RGB is 211 - color contains mainly: blue. Hex color #CB56D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB56D3 is #34A92C. Grayscale: #868686. Windows color (decimal): -3451181 or 13850315. OLE color: 13850315.
HSL color Cylindrical-coordinate representation of color #CB56D3: hue angle of 296.16º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB56D3 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 86 | 211 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.17 |
| HSL | 296.16º | 0.59% | 0.58% | - |
| HSV(B) | 296.16º | 0.59% | 0.83% | - |
| XYZ | 39.71 | 24.06 | 64.18 | - |
| YUV | 135.23 | 170.76 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 86 | 211 | 0.04 | 0.59 | 0 | 0.17 | 296.16 | 0.59 | 0.58 |
| Hex | CB | 56 | D3 | 4 | 3B | 0 | 11 | 128 | 3B | 3A |
| Octal | 313 | 126 | 323 | 4 | 73 | 0 | 21 | 450 | 73 | 72 |
| Binary | 11001011 | 1010110 | 11010011 | 100 | 111011 | 0 | 10001 | 100101000 | 111011 | 111010 |
Color Harmonies of #CB56D3
Complementary color
Monochromatic Colors of #CB56D3
Black with #CB56D3
Text Example
Text Example
White with #CB56D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB56D3; }
p { color: rgb(203,86,211); }
H1.HeaderClassName
{
color: #CB56D3;
}
.AnyTagClassName
{
color: #CB56D3;
}
</style>
background-color css
<style>
a { background-color: #CB56D3; }
a { background-color: rgb(203,86,211); }
div.DivClassName
{
background-color: #CB56D3;
}
.BgClassName
{
background-color: #CB56D3;
}
</style>
border-color css
<style>
span { border-color: #CB56D3; }
span { border-color: rgb(203,86,211); }
td.TdClassName
{
border-color: #CB56D3;
}
.TagClassName
{
border-color: #CB56D3;
}
</style>