Shades of Medium Orchid #CC46D5
Tints of Medium Orchid #CC46D5
RGB
CMYK
RGB Variations
Color information
#CC46D5 (or 0xCC46D5) is known color: Medium Orchid. HEX triplet: CC, 46 and D5. RGB value is (204,70,213). Sum of RGB (Red+Green+Blue) = 204+70+213=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 70 (27.73% from 255 or 14.37% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC46D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC46D5 is #33B92A. Grayscale: #7D7D7D. Windows color (decimal): -3389739 or 13977292. OLE color: 13977292.
HSL color Cylindrical-coordinate representation of color #CC46D5: hue angle of 296.22º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC46D5 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 70 | 213 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.16 |
| HSL | 296.22º | 0.63% | 0.55% | - |
| HSV(B) | 296.22º | 0.67% | 0.84% | - |
| XYZ | 39.1 | 22.02 | 65.14 | - |
| YUV | 126.37 | 176.89 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 213 | 0.04 | 0.67 | 0 | 0.16 | 296.22 | 0.63 | 0.55 |
| Hex | CC | 46 | D5 | 4 | 43 | 0 | 10 | 128 | 3F | 37 |
| Octal | 314 | 106 | 325 | 4 | 103 | 0 | 20 | 450 | 77 | 67 |
| Binary | 11001100 | 1000110 | 11010101 | 100 | 1000011 | 0 | 10000 | 100101000 | 111111 | 110111 |
Color Harmonies of #CC46D5
Complementary color
Monochromatic Colors of #CC46D5
Black with #CC46D5
Text Example
Text Example
White with #CC46D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC46D5; }
p { color: rgb(204,70,213); }
H1.HeaderClassName
{
color: #CC46D5;
}
.AnyTagClassName
{
color: #CC46D5;
}
</style>
background-color css
<style>
a { background-color: #CC46D5; }
a { background-color: rgb(204,70,213); }
div.DivClassName
{
background-color: #CC46D5;
}
.BgClassName
{
background-color: #CC46D5;
}
</style>
border-color css
<style>
span { border-color: #CC46D5; }
span { border-color: rgb(204,70,213); }
td.TdClassName
{
border-color: #CC46D5;
}
.TagClassName
{
border-color: #CC46D5;
}
</style>