Shades of Medium Orchid #CC41E5
Tints of Medium Orchid #CC41E5
RGB
CMYK
RGB Variations
Color information
#CC41E5 (or 0xCC41E5) is known color: Medium Orchid. HEX triplet: CC, 41 and E5. RGB value is (204,65,229). Sum of RGB (Red+Green+Blue) = 204+65+229=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 65 (25.78% from 255 or 13.05% from 498); Blue value is 229 (89.84% from 255 or 45.98% from 498); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC41E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC41E5 is #33BE1A. Grayscale: #7C7C7C. Windows color (decimal): -3391003 or 15024588. OLE color: 15024588.
HSL color Cylindrical-coordinate representation of color #CC41E5: hue angle of 290.85º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC41E5 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 65 | 229 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.10 |
| HSL | 290.85º | 0.76% | 0.58% | - |
| HSV(B) | 290.85º | 0.72% | 0.9% | - |
| XYZ | 40.93 | 22.28 | 76.27 | - |
| YUV | 125.26 | 186.55 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 229 | 0.11 | 0.72 | 0 | 0.10 | 290.85 | 0.76 | 0.58 |
| Hex | CC | 41 | E5 | B | 48 | 0 | A | 123 | 4C | 3A |
| Octal | 314 | 101 | 345 | 13 | 110 | 0 | 12 | 443 | 114 | 72 |
| Binary | 11001100 | 1000001 | 11100101 | 1011 | 1001000 | 0 | 1010 | 100100011 | 1001100 | 111010 |
Color Harmonies of #CC41E5
Complementary color
Monochromatic Colors of #CC41E5
Black with #CC41E5
Text Example
Text Example
White with #CC41E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC41E5; }
p { color: rgb(204,65,229); }
H1.HeaderClassName
{
color: #CC41E5;
}
.AnyTagClassName
{
color: #CC41E5;
}
</style>
background-color css
<style>
a { background-color: #CC41E5; }
a { background-color: rgb(204,65,229); }
div.DivClassName
{
background-color: #CC41E5;
}
.BgClassName
{
background-color: #CC41E5;
}
</style>
border-color css
<style>
span { border-color: #CC41E5; }
span { border-color: rgb(204,65,229); }
td.TdClassName
{
border-color: #CC41E5;
}
.TagClassName
{
border-color: #CC41E5;
}
</style>