Shades of Medium Orchid #CC2EED
Tints of Medium Orchid #CC2EED
RGB
CMYK
RGB Variations
Color information
#CC2EED (or 0xCC2EED) is known color: Medium Orchid. HEX triplet: CC, 2E and ED. RGB value is (204,46,237). Sum of RGB (Red+Green+Blue) = 204+46+237=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 46 (18.36% from 255 or 9.45% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC2EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2EED is #33D112. Grayscale: #727272. Windows color (decimal): -3395859 or 15544012. OLE color: 15544012.
HSL color Cylindrical-coordinate representation of color #CC2EED: hue angle of 289.63º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2EED is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 46 | 237 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.07 |
| HSL | 289.63º | 0.84% | 0.55% | - |
| HSV(B) | 289.63º | 0.81% | 0.93% | - |
| XYZ | 41.16 | 20.91 | 81.99 | - |
| YUV | 115.02 | 196.85 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 46 | 237 | 0.14 | 0.81 | 0 | 0.07 | 289.63 | 0.84 | 0.55 |
| Hex | CC | 2E | ED | E | 51 | 0 | 7 | 122 | 54 | 37 |
| Octal | 314 | 56 | 355 | 16 | 121 | 0 | 7 | 442 | 124 | 67 |
| Binary | 11001100 | 101110 | 11101101 | 1110 | 1010001 | 0 | 111 | 100100010 | 1010100 | 110111 |
Color Harmonies of #CC2EED
Complementary color
Monochromatic Colors of #CC2EED
Black with #CC2EED
Text Example
Text Example
White with #CC2EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2EED; }
p { color: rgb(204,46,237); }
H1.HeaderClassName
{
color: #CC2EED;
}
.AnyTagClassName
{
color: #CC2EED;
}
</style>
background-color css
<style>
a { background-color: #CC2EED; }
a { background-color: rgb(204,46,237); }
div.DivClassName
{
background-color: #CC2EED;
}
.BgClassName
{
background-color: #CC2EED;
}
</style>
border-color css
<style>
span { border-color: #CC2EED; }
span { border-color: rgb(204,46,237); }
td.TdClassName
{
border-color: #CC2EED;
}
.TagClassName
{
border-color: #CC2EED;
}
</style>