Shades of Medium Orchid #CC5BDB
Tints of Medium Orchid #CC5BDB
RGB
CMYK
RGB Variations
Color information
#CC5BDB (or 0xCC5BDB) is known color: Medium Orchid. HEX triplet: CC, 5B and DB. RGB value is (204,91,219). Sum of RGB (Red+Green+Blue) = 204+91+219=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 91 (35.94% from 255 or 17.70% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC5BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5BDB is #33A424. Grayscale: #8A8A8A. Windows color (decimal): -3384357 or 14375884. OLE color: 14375884.
HSL color Cylindrical-coordinate representation of color #CC5BDB: hue angle of 292.97º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC5BDB is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 91 | 219 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.14 |
| HSL | 292.97º | 0.64% | 0.61% | - |
| HSV(B) | 292.97º | 0.58% | 0.86% | - |
| XYZ | 41.43 | 25.43 | 69.74 | - |
| YUV | 139.38 | 172.94 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 219 | 0.07 | 0.58 | 0 | 0.14 | 292.97 | 0.64 | 0.61 |
| Hex | CC | 5B | DB | 7 | 3A | 0 | E | 125 | 40 | 3D |
| Octal | 314 | 133 | 333 | 7 | 72 | 0 | 16 | 445 | 100 | 75 |
| Binary | 11001100 | 1011011 | 11011011 | 111 | 111010 | 0 | 1110 | 100100101 | 1000000 | 111101 |
Color Harmonies of #CC5BDB
Complementary color
Monochromatic Colors of #CC5BDB
Black with #CC5BDB
Text Example
Text Example
White with #CC5BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5BDB; }
p { color: rgb(204,91,219); }
H1.HeaderClassName
{
color: #CC5BDB;
}
.AnyTagClassName
{
color: #CC5BDB;
}
</style>
background-color css
<style>
a { background-color: #CC5BDB; }
a { background-color: rgb(204,91,219); }
div.DivClassName
{
background-color: #CC5BDB;
}
.BgClassName
{
background-color: #CC5BDB;
}
</style>
border-color css
<style>
span { border-color: #CC5BDB; }
span { border-color: rgb(204,91,219); }
td.TdClassName
{
border-color: #CC5BDB;
}
.TagClassName
{
border-color: #CC5BDB;
}
</style>