Shades of Medium Orchid #CC32DB
Tints of Medium Orchid #CC32DB
RGB
CMYK
RGB Variations
Color information
#CC32DB (or 0xCC32DB) is known color: Medium Orchid. HEX triplet: CC, 32 and DB. RGB value is (204,50,219). Sum of RGB (Red+Green+Blue) = 204+50+219=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 50 (19.92% from 255 or 10.57% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC32DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC32DB is #33CD24. Grayscale: #727272. Windows color (decimal): -3394853 or 14365388. OLE color: 14365388.
HSL color Cylindrical-coordinate representation of color #CC32DB: hue angle of 294.67º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC32DB is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 50 | 219 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.14 |
| HSL | 294.67º | 0.7% | 0.53% | - |
| HSV(B) | 294.67º | 0.77% | 0.86% | - |
| XYZ | 38.83 | 20.23 | 68.88 | - |
| YUV | 115.31 | 186.52 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 219 | 0.07 | 0.77 | 0 | 0.14 | 294.67 | 0.7 | 0.53 |
| Hex | CC | 32 | DB | 7 | 4D | 0 | E | 127 | 46 | 35 |
| Octal | 314 | 62 | 333 | 7 | 115 | 0 | 16 | 447 | 106 | 65 |
| Binary | 11001100 | 110010 | 11011011 | 111 | 1001101 | 0 | 1110 | 100100111 | 1000110 | 110101 |
Color Harmonies of #CC32DB
Complementary color
Monochromatic Colors of #CC32DB
Black with #CC32DB
Text Example
Text Example
White with #CC32DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC32DB; }
p { color: rgb(204,50,219); }
H1.HeaderClassName
{
color: #CC32DB;
}
.AnyTagClassName
{
color: #CC32DB;
}
</style>
background-color css
<style>
a { background-color: #CC32DB; }
a { background-color: rgb(204,50,219); }
div.DivClassName
{
background-color: #CC32DB;
}
.BgClassName
{
background-color: #CC32DB;
}
</style>
border-color css
<style>
span { border-color: #CC32DB; }
span { border-color: rgb(204,50,219); }
td.TdClassName
{
border-color: #CC32DB;
}
.TagClassName
{
border-color: #CC32DB;
}
</style>