Shades of Medium Orchid #CC41E6
Tints of Medium Orchid #CC41E6
RGB
CMYK
RGB Variations
Color information
#CC41E6 (or 0xCC41E6) is known color: Medium Orchid. HEX triplet: CC, 41 and E6. RGB value is (204,65,230). Sum of RGB (Red+Green+Blue) = 204+65+230=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 65 (25.78% from 255 or 13.03% from 499); Blue value is 230 (90.23% from 255 or 46.09% from 499); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC41E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC41E6 is #33BE19. Grayscale: #7C7C7C. Windows color (decimal): -3391002 or 15090124. OLE color: 15090124.
HSL color Cylindrical-coordinate representation of color #CC41E6: hue angle of 290.55º degrees, saturation: 0.77, 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 #CC41E6 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 65 | 230 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.10 |
| HSL | 290.55º | 0.77% | 0.58% | - |
| HSV(B) | 290.55º | 0.72% | 0.9% | - |
| XYZ | 41.08 | 22.33 | 77.01 | - |
| YUV | 125.37 | 187.05 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 230 | 0.11 | 0.72 | 0 | 0.10 | 290.55 | 0.77 | 0.58 |
| Hex | CC | 41 | E6 | B | 48 | 0 | A | 123 | 4D | 3A |
| Octal | 314 | 101 | 346 | 13 | 110 | 0 | 12 | 443 | 115 | 72 |
| Binary | 11001100 | 1000001 | 11100110 | 1011 | 1001000 | 0 | 1010 | 100100011 | 1001101 | 111010 |
Color Harmonies of #CC41E6
Complementary color
Monochromatic Colors of #CC41E6
Black with #CC41E6
Text Example
Text Example
White with #CC41E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC41E6; }
p { color: rgb(204,65,230); }
H1.HeaderClassName
{
color: #CC41E6;
}
.AnyTagClassName
{
color: #CC41E6;
}
</style>
background-color css
<style>
a { background-color: #CC41E6; }
a { background-color: rgb(204,65,230); }
div.DivClassName
{
background-color: #CC41E6;
}
.BgClassName
{
background-color: #CC41E6;
}
</style>
border-color css
<style>
span { border-color: #CC41E6; }
span { border-color: rgb(204,65,230); }
td.TdClassName
{
border-color: #CC41E6;
}
.TagClassName
{
border-color: #CC41E6;
}
</style>