Shades of Medium Orchid #CC46DD
Tints of Medium Orchid #CC46DD
RGB
CMYK
RGB Variations
Color information
#CC46DD (or 0xCC46DD) is known color: Medium Orchid. HEX triplet: CC, 46 and DD. RGB value is (204,70,221). Sum of RGB (Red+Green+Blue) = 204+70+221=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 70 (27.73% from 255 or 14.14% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC46DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC46DD is #33B922. Grayscale: #7E7E7E. Windows color (decimal): -3389731 or 14501580. OLE color: 14501580.
HSL color Cylindrical-coordinate representation of color #CC46DD: hue angle of 293.25º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC46DD is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 70 | 221 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.13 |
| HSL | 293.25º | 0.69% | 0.57% | - |
| HSV(B) | 293.25º | 0.68% | 0.87% | - |
| XYZ | 40.14 | 22.44 | 70.62 | - |
| YUV | 127.28 | 180.89 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 221 | 0.08 | 0.68 | 0 | 0.13 | 293.25 | 0.69 | 0.57 |
| Hex | CC | 46 | DD | 8 | 44 | 0 | D | 125 | 45 | 39 |
| Octal | 314 | 106 | 335 | 10 | 104 | 0 | 15 | 445 | 105 | 71 |
| Binary | 11001100 | 1000110 | 11011101 | 1000 | 1000100 | 0 | 1101 | 100100101 | 1000101 | 111001 |
Color Harmonies of #CC46DD
Complementary color
Monochromatic Colors of #CC46DD
Black with #CC46DD
Text Example
Text Example
White with #CC46DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC46DD; }
p { color: rgb(204,70,221); }
H1.HeaderClassName
{
color: #CC46DD;
}
.AnyTagClassName
{
color: #CC46DD;
}
</style>
background-color css
<style>
a { background-color: #CC46DD; }
a { background-color: rgb(204,70,221); }
div.DivClassName
{
background-color: #CC46DD;
}
.BgClassName
{
background-color: #CC46DD;
}
</style>
border-color css
<style>
span { border-color: #CC46DD; }
span { border-color: rgb(204,70,221); }
td.TdClassName
{
border-color: #CC46DD;
}
.TagClassName
{
border-color: #CC46DD;
}
</style>