Shades of Medium Orchid #CC56DB
Tints of Medium Orchid #CC56DB
RGB
CMYK
RGB Variations
Color information
#CC56DB (or 0xCC56DB) is known color: Medium Orchid. HEX triplet: CC, 56 and DB. RGB value is (204,86,219). Sum of RGB (Red+Green+Blue) = 204+86+219=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 86 (33.98% from 255 or 16.90% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC56DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC56DB is #33A924. Grayscale: #888888. Windows color (decimal): -3385637 or 14374604. OLE color: 14374604.
HSL color Cylindrical-coordinate representation of color #CC56DB: hue angle of 293.23º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC56DB is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 86 | 219 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.14 |
| HSL | 293.23º | 0.65% | 0.6% | - |
| HSV(B) | 293.23º | 0.61% | 0.86% | - |
| XYZ | 41.02 | 24.61 | 69.61 | - |
| YUV | 136.44 | 174.59 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 219 | 0.07 | 0.61 | 0 | 0.14 | 293.23 | 0.65 | 0.6 |
| Hex | CC | 56 | DB | 7 | 3D | 0 | E | 125 | 41 | 3C |
| Octal | 314 | 126 | 333 | 7 | 75 | 0 | 16 | 445 | 101 | 74 |
| Binary | 11001100 | 1010110 | 11011011 | 111 | 111101 | 0 | 1110 | 100100101 | 1000001 | 111100 |
Color Harmonies of #CC56DB
Complementary color
Monochromatic Colors of #CC56DB
Black with #CC56DB
Text Example
Text Example
White with #CC56DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC56DB; }
p { color: rgb(204,86,219); }
H1.HeaderClassName
{
color: #CC56DB;
}
.AnyTagClassName
{
color: #CC56DB;
}
</style>
background-color css
<style>
a { background-color: #CC56DB; }
a { background-color: rgb(204,86,219); }
div.DivClassName
{
background-color: #CC56DB;
}
.BgClassName
{
background-color: #CC56DB;
}
</style>
border-color css
<style>
span { border-color: #CC56DB; }
span { border-color: rgb(204,86,219); }
td.TdClassName
{
border-color: #CC56DB;
}
.TagClassName
{
border-color: #CC56DB;
}
</style>