Shades of Medium Orchid #CC2EE9
Tints of Medium Orchid #CC2EE9
RGB
CMYK
RGB Variations
Color information
#CC2EE9 (or 0xCC2EE9) is known color: Medium Orchid. HEX triplet: CC, 2E and E9. RGB value is (204,46,233). Sum of RGB (Red+Green+Blue) = 204+46+233=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 46 (18.36% from 255 or 9.52% from 483); Blue value is 233 (91.41% from 255 or 48.24% from 483); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC2EE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2EE9 is #33D116. Grayscale: #717171. Windows color (decimal): -3395863 or 15281868. OLE color: 15281868.
HSL color Cylindrical-coordinate representation of color #CC2EE9: hue angle of 290.7º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2EE9 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 46 | 233 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.09 |
| HSL | 290.7º | 0.81% | 0.55% | - |
| HSV(B) | 290.7º | 0.8% | 0.91% | - |
| XYZ | 40.59 | 20.67 | 78.94 | - |
| YUV | 114.56 | 194.85 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 46 | 233 | 0.12 | 0.80 | 0 | 0.09 | 290.7 | 0.81 | 0.55 |
| Hex | CC | 2E | E9 | C | 50 | 0 | 9 | 123 | 51 | 37 |
| Octal | 314 | 56 | 351 | 14 | 120 | 0 | 11 | 443 | 121 | 67 |
| Binary | 11001100 | 101110 | 11101001 | 1100 | 1010000 | 0 | 1001 | 100100011 | 1010001 | 110111 |
Color Harmonies of #CC2EE9
Complementary color
Monochromatic Colors of #CC2EE9
Black with #CC2EE9
Text Example
Text Example
White with #CC2EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2EE9; }
p { color: rgb(204,46,233); }
H1.HeaderClassName
{
color: #CC2EE9;
}
.AnyTagClassName
{
color: #CC2EE9;
}
</style>
background-color css
<style>
a { background-color: #CC2EE9; }
a { background-color: rgb(204,46,233); }
div.DivClassName
{
background-color: #CC2EE9;
}
.BgClassName
{
background-color: #CC2EE9;
}
</style>
border-color css
<style>
span { border-color: #CC2EE9; }
span { border-color: rgb(204,46,233); }
td.TdClassName
{
border-color: #CC2EE9;
}
.TagClassName
{
border-color: #CC2EE9;
}
</style>