Shades of Medium Orchid #CC46DB
Tints of Medium Orchid #CC46DB
RGB
CMYK
RGB Variations
Color information
#CC46DB (or 0xCC46DB) is known color: Medium Orchid. HEX triplet: CC, 46 and DB. RGB value is (204,70,219). Sum of RGB (Red+Green+Blue) = 204+70+219=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 70 (27.73% from 255 or 14.20% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC46DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC46DB is #33B924. Grayscale: #7E7E7E. Windows color (decimal): -3389733 or 14370508. OLE color: 14370508.
HSL color Cylindrical-coordinate representation of color #CC46DB: hue angle of 293.96º 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 #CC46DB is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 70 | 219 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.14 |
| HSL | 293.96º | 0.67% | 0.57% | - |
| HSV(B) | 293.96º | 0.68% | 0.86% | - |
| XYZ | 39.88 | 22.33 | 69.23 | - |
| YUV | 127.05 | 179.89 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 219 | 0.07 | 0.68 | 0 | 0.14 | 293.96 | 0.67 | 0.57 |
| Hex | CC | 46 | DB | 7 | 44 | 0 | E | 126 | 43 | 39 |
| Octal | 314 | 106 | 333 | 7 | 104 | 0 | 16 | 446 | 103 | 71 |
| Binary | 11001100 | 1000110 | 11011011 | 111 | 1000100 | 0 | 1110 | 100100110 | 1000011 | 111001 |
Color Harmonies of #CC46DB
Complementary color
Monochromatic Colors of #CC46DB
Black with #CC46DB
Text Example
Text Example
White with #CC46DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC46DB; }
p { color: rgb(204,70,219); }
H1.HeaderClassName
{
color: #CC46DB;
}
.AnyTagClassName
{
color: #CC46DB;
}
</style>
background-color css
<style>
a { background-color: #CC46DB; }
a { background-color: rgb(204,70,219); }
div.DivClassName
{
background-color: #CC46DB;
}
.BgClassName
{
background-color: #CC46DB;
}
</style>
border-color css
<style>
span { border-color: #CC46DB; }
span { border-color: rgb(204,70,219); }
td.TdClassName
{
border-color: #CC46DB;
}
.TagClassName
{
border-color: #CC46DB;
}
</style>