Shades of Medium Orchid #CB56DF
Tints of Medium Orchid #CB56DF
RGB
CMYK
RGB Variations
Color information
#CB56DF (or 0xCB56DF) is known color: Medium Orchid. HEX triplet: CB, 56 and DF. RGB value is (203,86,223). Sum of RGB (Red+Green+Blue) = 203+86+223=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 86 (33.98% from 255 or 16.80% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB56DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB56DF is #34A920. Grayscale: #888888. Windows color (decimal): -3451169 or 14636747. OLE color: 14636747.
HSL color Cylindrical-coordinate representation of color #CB56DF: hue angle of 291.24º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB56DF is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 86 | 223 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.13 |
| HSL | 291.24º | 0.68% | 0.61% | - |
| HSV(B) | 291.24º | 0.61% | 0.87% | - |
| XYZ | 41.28 | 24.68 | 72.4 | - |
| YUV | 136.6 | 176.76 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 86 | 223 | 0.09 | 0.61 | 0 | 0.13 | 291.24 | 0.68 | 0.61 |
| Hex | CB | 56 | DF | 9 | 3D | 0 | D | 123 | 44 | 3D |
| Octal | 313 | 126 | 337 | 11 | 75 | 0 | 15 | 443 | 104 | 75 |
| Binary | 11001011 | 1010110 | 11011111 | 1001 | 111101 | 0 | 1101 | 100100011 | 1000100 | 111101 |
Color Harmonies of #CB56DF
Complementary color
Monochromatic Colors of #CB56DF
Black with #CB56DF
Text Example
Text Example
White with #CB56DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB56DF; }
p { color: rgb(203,86,223); }
H1.HeaderClassName
{
color: #CB56DF;
}
.AnyTagClassName
{
color: #CB56DF;
}
</style>
background-color css
<style>
a { background-color: #CB56DF; }
a { background-color: rgb(203,86,223); }
div.DivClassName
{
background-color: #CB56DF;
}
.BgClassName
{
background-color: #CB56DF;
}
</style>
border-color css
<style>
span { border-color: #CB56DF; }
span { border-color: rgb(203,86,223); }
td.TdClassName
{
border-color: #CB56DF;
}
.TagClassName
{
border-color: #CB56DF;
}
</style>