Shades of Medium Orchid #CC48DC
Tints of Medium Orchid #CC48DC
RGB
CMYK
RGB Variations
Color information
#CC48DC (or 0xCC48DC) is known color: Medium Orchid. HEX triplet: CC, 48 and DC. RGB value is (204,72,220). Sum of RGB (Red+Green+Blue) = 204+72+220=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 72 (28.52% from 255 or 14.52% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC48DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC48DC is #33B723. Grayscale: #7F7F7F. Windows color (decimal): -3389220 or 14436556. OLE color: 14436556.
HSL color Cylindrical-coordinate representation of color #CC48DC: hue angle of 293.51º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC48DC is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 72 | 220 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.14 |
| HSL | 293.51º | 0.68% | 0.57% | - |
| HSV(B) | 293.51º | 0.67% | 0.86% | - |
| XYZ | 40.14 | 22.64 | 69.96 | - |
| YUV | 128.34 | 179.73 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 220 | 0.07 | 0.67 | 0 | 0.14 | 293.51 | 0.68 | 0.57 |
| Hex | CC | 48 | DC | 7 | 43 | 0 | E | 126 | 44 | 39 |
| Octal | 314 | 110 | 334 | 7 | 103 | 0 | 16 | 446 | 104 | 71 |
| Binary | 11001100 | 1001000 | 11011100 | 111 | 1000011 | 0 | 1110 | 100100110 | 1000100 | 111001 |
Color Harmonies of #CC48DC
Complementary color
Monochromatic Colors of #CC48DC
Black with #CC48DC
Text Example
Text Example
White with #CC48DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC48DC; }
p { color: rgb(204,72,220); }
H1.HeaderClassName
{
color: #CC48DC;
}
.AnyTagClassName
{
color: #CC48DC;
}
</style>
background-color css
<style>
a { background-color: #CC48DC; }
a { background-color: rgb(204,72,220); }
div.DivClassName
{
background-color: #CC48DC;
}
.BgClassName
{
background-color: #CC48DC;
}
</style>
border-color css
<style>
span { border-color: #CC48DC; }
span { border-color: rgb(204,72,220); }
td.TdClassName
{
border-color: #CC48DC;
}
.TagClassName
{
border-color: #CC48DC;
}
</style>