Shades of Medium Orchid #CC48D8
Tints of Medium Orchid #CC48D8
RGB
CMYK
RGB Variations
Color information
#CC48D8 (or 0xCC48D8) is known color: Medium Orchid. HEX triplet: CC, 48 and D8. RGB value is (204,72,216). Sum of RGB (Red+Green+Blue) = 204+72+216=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 72 (28.52% from 255 or 14.63% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC48D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC48D8 is #33B727. Grayscale: #7F7F7F. Windows color (decimal): -3389224 or 14174412. OLE color: 14174412.
HSL color Cylindrical-coordinate representation of color #CC48D8: hue angle of 295º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC48D8 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 72 | 216 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.15 |
| HSL | 295º | 0.65% | 0.56% | - |
| HSV(B) | 295º | 0.67% | 0.85% | - |
| XYZ | 39.61 | 22.43 | 67.21 | - |
| YUV | 127.88 | 177.73 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 216 | 0.06 | 0.67 | 0 | 0.15 | 295 | 0.65 | 0.56 |
| Hex | CC | 48 | D8 | 6 | 43 | 0 | F | 127 | 41 | 38 |
| Octal | 314 | 110 | 330 | 6 | 103 | 0 | 17 | 447 | 101 | 70 |
| Binary | 11001100 | 1001000 | 11011000 | 110 | 1000011 | 0 | 1111 | 100100111 | 1000001 | 111000 |
Color Harmonies of #CC48D8
Complementary color
Monochromatic Colors of #CC48D8
Black with #CC48D8
Text Example
Text Example
White with #CC48D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC48D8; }
p { color: rgb(204,72,216); }
H1.HeaderClassName
{
color: #CC48D8;
}
.AnyTagClassName
{
color: #CC48D8;
}
</style>
background-color css
<style>
a { background-color: #CC48D8; }
a { background-color: rgb(204,72,216); }
div.DivClassName
{
background-color: #CC48D8;
}
.BgClassName
{
background-color: #CC48D8;
}
</style>
border-color css
<style>
span { border-color: #CC48D8; }
span { border-color: rgb(204,72,216); }
td.TdClassName
{
border-color: #CC48D8;
}
.TagClassName
{
border-color: #CC48D8;
}
</style>