Shades of Medium Orchid #CC2CE9
Tints of Medium Orchid #CC2CE9
RGB
CMYK
RGB Variations
Color information
#CC2CE9 (or 0xCC2CE9) is known color: Medium Orchid. HEX triplet: CC, 2C and E9. RGB value is (204,44,233). Sum of RGB (Red+Green+Blue) = 204+44+233=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 44 (17.58% from 255 or 9.15% from 481); Blue value is 233 (91.41% from 255 or 48.44% from 481); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC2CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2CE9 is #33D316. Grayscale: #707070. Windows color (decimal): -3396375 or 15281356. OLE color: 15281356.
HSL color Cylindrical-coordinate representation of color #CC2CE9: hue angle of 290.79º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2CE9 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 44 | 233 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.09 |
| HSL | 290.79º | 0.81% | 0.54% | - |
| HSV(B) | 290.79º | 0.81% | 0.91% | - |
| XYZ | 40.51 | 20.52 | 78.92 | - |
| YUV | 113.39 | 195.51 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 44 | 233 | 0.12 | 0.81 | 0 | 0.09 | 290.79 | 0.81 | 0.54 |
| Hex | CC | 2C | E9 | C | 51 | 0 | 9 | 123 | 51 | 36 |
| Octal | 314 | 54 | 351 | 14 | 121 | 0 | 11 | 443 | 121 | 66 |
| Binary | 11001100 | 101100 | 11101001 | 1100 | 1010001 | 0 | 1001 | 100100011 | 1010001 | 110110 |
Color Harmonies of #CC2CE9
Complementary color
Monochromatic Colors of #CC2CE9
Black with #CC2CE9
Text Example
Text Example
White with #CC2CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2CE9; }
p { color: rgb(204,44,233); }
H1.HeaderClassName
{
color: #CC2CE9;
}
.AnyTagClassName
{
color: #CC2CE9;
}
</style>
background-color css
<style>
a { background-color: #CC2CE9; }
a { background-color: rgb(204,44,233); }
div.DivClassName
{
background-color: #CC2CE9;
}
.BgClassName
{
background-color: #CC2CE9;
}
</style>
border-color css
<style>
span { border-color: #CC2CE9; }
span { border-color: rgb(204,44,233); }
td.TdClassName
{
border-color: #CC2CE9;
}
.TagClassName
{
border-color: #CC2CE9;
}
</style>