Shades of Medium Orchid #CC48E5
Tints of Medium Orchid #CC48E5
RGB
CMYK
RGB Variations
Color information
#CC48E5 (or 0xCC48E5) is known color: Medium Orchid. HEX triplet: CC, 48 and E5. RGB value is (204,72,229). Sum of RGB (Red+Green+Blue) = 204+72+229=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 72 (28.52% from 255 or 14.26% from 505); Blue value is 229 (89.84% from 255 or 45.35% from 505); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC48E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC48E5 is #33B71A. Grayscale: #808080. Windows color (decimal): -3389211 or 15026380. OLE color: 15026380.
HSL color Cylindrical-coordinate representation of color #CC48E5: hue angle of 290.45º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC48E5 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 72 | 229 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.10 |
| HSL | 290.45º | 0.75% | 0.59% | - |
| HSV(B) | 290.45º | 0.69% | 0.9% | - |
| XYZ | 41.36 | 23.13 | 76.41 | - |
| YUV | 129.37 | 184.23 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 229 | 0.11 | 0.69 | 0 | 0.10 | 290.45 | 0.75 | 0.59 |
| Hex | CC | 48 | E5 | B | 45 | 0 | A | 122 | 4B | 3B |
| Octal | 314 | 110 | 345 | 13 | 105 | 0 | 12 | 442 | 113 | 73 |
| Binary | 11001100 | 1001000 | 11100101 | 1011 | 1000101 | 0 | 1010 | 100100010 | 1001011 | 111011 |
Color Harmonies of #CC48E5
Complementary color
Monochromatic Colors of #CC48E5
Black with #CC48E5
Text Example
Text Example
White with #CC48E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC48E5; }
p { color: rgb(204,72,229); }
H1.HeaderClassName
{
color: #CC48E5;
}
.AnyTagClassName
{
color: #CC48E5;
}
</style>
background-color css
<style>
a { background-color: #CC48E5; }
a { background-color: rgb(204,72,229); }
div.DivClassName
{
background-color: #CC48E5;
}
.BgClassName
{
background-color: #CC48E5;
}
</style>
border-color css
<style>
span { border-color: #CC48E5; }
span { border-color: rgb(204,72,229); }
td.TdClassName
{
border-color: #CC48E5;
}
.TagClassName
{
border-color: #CC48E5;
}
</style>