Shades of Medium Orchid #CC44E5
Tints of Medium Orchid #CC44E5
RGB
CMYK
RGB Variations
Color information
#CC44E5 (or 0xCC44E5) is known color: Medium Orchid. HEX triplet: CC, 44 and E5. RGB value is (204,68,229). Sum of RGB (Red+Green+Blue) = 204+68+229=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 68 (26.95% from 255 or 13.57% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC44E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC44E5 is #33BB1A. Grayscale: #7E7E7E. Windows color (decimal): -3390235 or 15025356. OLE color: 15025356.
HSL color Cylindrical-coordinate representation of color #CC44E5: hue angle of 290.68º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC44E5 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 68 | 229 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.10 |
| HSL | 290.68º | 0.76% | 0.58% | - |
| HSV(B) | 290.68º | 0.7% | 0.9% | - |
| XYZ | 41.11 | 22.63 | 76.33 | - |
| YUV | 127.02 | 185.56 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 229 | 0.11 | 0.70 | 0 | 0.10 | 290.68 | 0.76 | 0.58 |
| Hex | CC | 44 | E5 | B | 46 | 0 | A | 123 | 4C | 3A |
| Octal | 314 | 104 | 345 | 13 | 106 | 0 | 12 | 443 | 114 | 72 |
| Binary | 11001100 | 1000100 | 11100101 | 1011 | 1000110 | 0 | 1010 | 100100011 | 1001100 | 111010 |
Color Harmonies of #CC44E5
Complementary color
Monochromatic Colors of #CC44E5
Black with #CC44E5
Text Example
Text Example
White with #CC44E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC44E5; }
p { color: rgb(204,68,229); }
H1.HeaderClassName
{
color: #CC44E5;
}
.AnyTagClassName
{
color: #CC44E5;
}
</style>
background-color css
<style>
a { background-color: #CC44E5; }
a { background-color: rgb(204,68,229); }
div.DivClassName
{
background-color: #CC44E5;
}
.BgClassName
{
background-color: #CC44E5;
}
</style>
border-color css
<style>
span { border-color: #CC44E5; }
span { border-color: rgb(204,68,229); }
td.TdClassName
{
border-color: #CC44E5;
}
.TagClassName
{
border-color: #CC44E5;
}
</style>