Shades of Medium Orchid #CC33E5
Tints of Medium Orchid #CC33E5
RGB
CMYK
RGB Variations
Color information
#CC33E5 (or 0xCC33E5) is known color: Medium Orchid. HEX triplet: CC, 33 and E5. RGB value is (204,51,229). Sum of RGB (Red+Green+Blue) = 204+51+229=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 51 (20.31% from 255 or 10.54% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC33E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC33E5 is #33CC1A. Grayscale: #747474. Windows color (decimal): -3394587 or 15021004. OLE color: 15021004.
HSL color Cylindrical-coordinate representation of color #CC33E5: hue angle of 291.57º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC33E5 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 51 | 229 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.10 |
| HSL | 291.57º | 0.77% | 0.55% | - |
| HSV(B) | 291.57º | 0.78% | 0.9% | - |
| XYZ | 40.23 | 20.86 | 76.04 | - |
| YUV | 117.04 | 191.19 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 229 | 0.11 | 0.78 | 0 | 0.10 | 291.57 | 0.77 | 0.55 |
| Hex | CC | 33 | E5 | B | 4E | 0 | A | 124 | 4D | 37 |
| Octal | 314 | 63 | 345 | 13 | 116 | 0 | 12 | 444 | 115 | 67 |
| Binary | 11001100 | 110011 | 11100101 | 1011 | 1001110 | 0 | 1010 | 100100100 | 1001101 | 110111 |
Color Harmonies of #CC33E5
Complementary color
Monochromatic Colors of #CC33E5
Black with #CC33E5
Text Example
Text Example
White with #CC33E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC33E5; }
p { color: rgb(204,51,229); }
H1.HeaderClassName
{
color: #CC33E5;
}
.AnyTagClassName
{
color: #CC33E5;
}
</style>
background-color css
<style>
a { background-color: #CC33E5; }
a { background-color: rgb(204,51,229); }
div.DivClassName
{
background-color: #CC33E5;
}
.BgClassName
{
background-color: #CC33E5;
}
</style>
border-color css
<style>
span { border-color: #CC33E5; }
span { border-color: rgb(204,51,229); }
td.TdClassName
{
border-color: #CC33E5;
}
.TagClassName
{
border-color: #CC33E5;
}
</style>