Shades of Medium Orchid #CC48DF
Tints of Medium Orchid #CC48DF
RGB
CMYK
RGB Variations
Color information
#CC48DF (or 0xCC48DF) is known color: Medium Orchid. HEX triplet: CC, 48 and DF. RGB value is (204,72,223). Sum of RGB (Red+Green+Blue) = 204+72+223=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 72 (28.52% from 255 or 14.43% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC48DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC48DF is #33B720. Grayscale: #808080. Windows color (decimal): -3389217 or 14633164. OLE color: 14633164.
HSL color Cylindrical-coordinate representation of color #CC48DF: hue angle of 292.45º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC48DF is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 72 | 223 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.13 |
| HSL | 292.45º | 0.7% | 0.58% | - |
| HSV(B) | 292.45º | 0.68% | 0.87% | - |
| XYZ | 40.54 | 22.8 | 72.08 | - |
| YUV | 128.68 | 181.23 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 223 | 0.09 | 0.68 | 0 | 0.13 | 292.45 | 0.7 | 0.58 |
| Hex | CC | 48 | DF | 9 | 44 | 0 | D | 124 | 46 | 3A |
| Octal | 314 | 110 | 337 | 11 | 104 | 0 | 15 | 444 | 106 | 72 |
| Binary | 11001100 | 1001000 | 11011111 | 1001 | 1000100 | 0 | 1101 | 100100100 | 1000110 | 111010 |
Color Harmonies of #CC48DF
Complementary color
Monochromatic Colors of #CC48DF
Black with #CC48DF
Text Example
Text Example
White with #CC48DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC48DF; }
p { color: rgb(204,72,223); }
H1.HeaderClassName
{
color: #CC48DF;
}
.AnyTagClassName
{
color: #CC48DF;
}
</style>
background-color css
<style>
a { background-color: #CC48DF; }
a { background-color: rgb(204,72,223); }
div.DivClassName
{
background-color: #CC48DF;
}
.BgClassName
{
background-color: #CC48DF;
}
</style>
border-color css
<style>
span { border-color: #CC48DF; }
span { border-color: rgb(204,72,223); }
td.TdClassName
{
border-color: #CC48DF;
}
.TagClassName
{
border-color: #CC48DF;
}
</style>