Shades of Medium Orchid #CC48DD
Tints of Medium Orchid #CC48DD
RGB
CMYK
RGB Variations
Color information
#CC48DD (or 0xCC48DD) is known color: Medium Orchid. HEX triplet: CC, 48 and DD. RGB value is (204,72,221). Sum of RGB (Red+Green+Blue) = 204+72+221=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 72 (28.52% from 255 or 14.49% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC48DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC48DD is #33B722. Grayscale: #7F7F7F. Windows color (decimal): -3389219 or 14502092. OLE color: 14502092.
HSL color Cylindrical-coordinate representation of color #CC48DD: hue angle of 293.15º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC48DD is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 72 | 221 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.13 |
| HSL | 293.15º | 0.69% | 0.57% | - |
| HSV(B) | 293.15º | 0.67% | 0.87% | - |
| XYZ | 40.27 | 22.69 | 70.66 | - |
| YUV | 128.45 | 180.23 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 221 | 0.08 | 0.67 | 0 | 0.13 | 293.15 | 0.69 | 0.57 |
| Hex | CC | 48 | DD | 8 | 43 | 0 | D | 125 | 45 | 39 |
| Octal | 314 | 110 | 335 | 10 | 103 | 0 | 15 | 445 | 105 | 71 |
| Binary | 11001100 | 1001000 | 11011101 | 1000 | 1000011 | 0 | 1101 | 100100101 | 1000101 | 111001 |
Color Harmonies of #CC48DD
Complementary color
Monochromatic Colors of #CC48DD
Black with #CC48DD
Text Example
Text Example
White with #CC48DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC48DD; }
p { color: rgb(204,72,221); }
H1.HeaderClassName
{
color: #CC48DD;
}
.AnyTagClassName
{
color: #CC48DD;
}
</style>
background-color css
<style>
a { background-color: #CC48DD; }
a { background-color: rgb(204,72,221); }
div.DivClassName
{
background-color: #CC48DD;
}
.BgClassName
{
background-color: #CC48DD;
}
</style>
border-color css
<style>
span { border-color: #CC48DD; }
span { border-color: rgb(204,72,221); }
td.TdClassName
{
border-color: #CC48DD;
}
.TagClassName
{
border-color: #CC48DD;
}
</style>