Shades of Medium Orchid #CC46D9
Tints of Medium Orchid #CC46D9
RGB
CMYK
RGB Variations
Color information
#CC46D9 (or 0xCC46D9) is known color: Medium Orchid. HEX triplet: CC, 46 and D9. RGB value is (204,70,217). Sum of RGB (Red+Green+Blue) = 204+70+217=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 70 (27.73% from 255 or 14.26% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC46D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC46D9 is #33B926. Grayscale: #7E7E7E. Windows color (decimal): -3389735 or 14239436. OLE color: 14239436.
HSL color Cylindrical-coordinate representation of color #CC46D9: hue angle of 294.69º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC46D9 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 70 | 217 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.15 |
| HSL | 294.69º | 0.66% | 0.56% | - |
| HSV(B) | 294.69º | 0.68% | 0.85% | - |
| XYZ | 39.62 | 22.23 | 67.85 | - |
| YUV | 126.82 | 178.89 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 217 | 0.06 | 0.68 | 0 | 0.15 | 294.69 | 0.66 | 0.56 |
| Hex | CC | 46 | D9 | 6 | 44 | 0 | F | 127 | 42 | 38 |
| Octal | 314 | 106 | 331 | 6 | 104 | 0 | 17 | 447 | 102 | 70 |
| Binary | 11001100 | 1000110 | 11011001 | 110 | 1000100 | 0 | 1111 | 100100111 | 1000010 | 111000 |
Color Harmonies of #CC46D9
Complementary color
Monochromatic Colors of #CC46D9
Black with #CC46D9
Text Example
Text Example
White with #CC46D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC46D9; }
p { color: rgb(204,70,217); }
H1.HeaderClassName
{
color: #CC46D9;
}
.AnyTagClassName
{
color: #CC46D9;
}
</style>
background-color css
<style>
a { background-color: #CC46D9; }
a { background-color: rgb(204,70,217); }
div.DivClassName
{
background-color: #CC46D9;
}
.BgClassName
{
background-color: #CC46D9;
}
</style>
border-color css
<style>
span { border-color: #CC46D9; }
span { border-color: rgb(204,70,217); }
td.TdClassName
{
border-color: #CC46D9;
}
.TagClassName
{
border-color: #CC46D9;
}
</style>