Shades of Medium Orchid #CC44DB
Tints of Medium Orchid #CC44DB
RGB
CMYK
RGB Variations
Color information
#CC44DB (or 0xCC44DB) is known color: Medium Orchid. HEX triplet: CC, 44 and DB. RGB value is (204,68,219). Sum of RGB (Red+Green+Blue) = 204+68+219=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 68 (26.95% from 255 or 13.85% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC44DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC44DB is #33BB24. Grayscale: #7D7D7D. Windows color (decimal): -3390245 or 14369996. OLE color: 14369996.
HSL color Cylindrical-coordinate representation of color #CC44DB: hue angle of 294.04º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC44DB is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 68 | 219 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.14 |
| HSL | 294.04º | 0.68% | 0.56% | - |
| HSV(B) | 294.04º | 0.69% | 0.86% | - |
| XYZ | 39.76 | 22.09 | 69.19 | - |
| YUV | 125.88 | 180.56 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 219 | 0.07 | 0.69 | 0 | 0.14 | 294.04 | 0.68 | 0.56 |
| Hex | CC | 44 | DB | 7 | 45 | 0 | E | 126 | 44 | 38 |
| Octal | 314 | 104 | 333 | 7 | 105 | 0 | 16 | 446 | 104 | 70 |
| Binary | 11001100 | 1000100 | 11011011 | 111 | 1000101 | 0 | 1110 | 100100110 | 1000100 | 111000 |
Color Harmonies of #CC44DB
Complementary color
Monochromatic Colors of #CC44DB
Black with #CC44DB
Text Example
Text Example
White with #CC44DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC44DB; }
p { color: rgb(204,68,219); }
H1.HeaderClassName
{
color: #CC44DB;
}
.AnyTagClassName
{
color: #CC44DB;
}
</style>
background-color css
<style>
a { background-color: #CC44DB; }
a { background-color: rgb(204,68,219); }
div.DivClassName
{
background-color: #CC44DB;
}
.BgClassName
{
background-color: #CC44DB;
}
</style>
border-color css
<style>
span { border-color: #CC44DB; }
span { border-color: rgb(204,68,219); }
td.TdClassName
{
border-color: #CC44DB;
}
.TagClassName
{
border-color: #CC44DB;
}
</style>