Shades of Medium Orchid #CC47DB
Tints of Medium Orchid #CC47DB
RGB
CMYK
RGB Variations
Color information
#CC47DB (or 0xCC47DB) is known color: Medium Orchid. HEX triplet: CC, 47 and DB. RGB value is (204,71,219). Sum of RGB (Red+Green+Blue) = 204+71+219=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 71 (28.12% from 255 or 14.37% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC47DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC47DB is #33B824. Grayscale: #7F7F7F. Windows color (decimal): -3389477 or 14370764. OLE color: 14370764.
HSL color Cylindrical-coordinate representation of color #CC47DB: hue angle of 293.92º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC47DB is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 71 | 219 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.14 |
| HSL | 293.92º | 0.67% | 0.57% | - |
| HSV(B) | 293.92º | 0.68% | 0.86% | - |
| XYZ | 39.94 | 22.46 | 69.25 | - |
| YUV | 127.64 | 179.56 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 219 | 0.07 | 0.68 | 0 | 0.14 | 293.92 | 0.67 | 0.57 |
| Hex | CC | 47 | DB | 7 | 44 | 0 | E | 126 | 43 | 39 |
| Octal | 314 | 107 | 333 | 7 | 104 | 0 | 16 | 446 | 103 | 71 |
| Binary | 11001100 | 1000111 | 11011011 | 111 | 1000100 | 0 | 1110 | 100100110 | 1000011 | 111001 |
Color Harmonies of #CC47DB
Complementary color
Monochromatic Colors of #CC47DB
Black with #CC47DB
Text Example
Text Example
White with #CC47DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC47DB; }
p { color: rgb(204,71,219); }
H1.HeaderClassName
{
color: #CC47DB;
}
.AnyTagClassName
{
color: #CC47DB;
}
</style>
background-color css
<style>
a { background-color: #CC47DB; }
a { background-color: rgb(204,71,219); }
div.DivClassName
{
background-color: #CC47DB;
}
.BgClassName
{
background-color: #CC47DB;
}
</style>
border-color css
<style>
span { border-color: #CC47DB; }
span { border-color: rgb(204,71,219); }
td.TdClassName
{
border-color: #CC47DB;
}
.TagClassName
{
border-color: #CC47DB;
}
</style>