Shades of Medium Orchid #CC2EDE
Tints of Medium Orchid #CC2EDE
RGB
CMYK
RGB Variations
Color information
#CC2EDE (or 0xCC2EDE) is known color: Medium Orchid. HEX triplet: CC, 2E and DE. RGB value is (204,46,222). Sum of RGB (Red+Green+Blue) = 204+46+222=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 46 (18.36% from 255 or 9.75% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC2EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2EDE is #33D121. Grayscale: #707070. Windows color (decimal): -3395874 or 14560972. OLE color: 14560972.
HSL color Cylindrical-coordinate representation of color #CC2EDE: hue angle of 293.86º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2EDE is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 46 | 222 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.13 |
| HSL | 293.86º | 0.73% | 0.53% | - |
| HSV(B) | 293.86º | 0.79% | 0.87% | - |
| XYZ | 39.06 | 20.07 | 70.92 | - |
| YUV | 113.31 | 189.35 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 46 | 222 | 0.08 | 0.79 | 0 | 0.13 | 293.86 | 0.73 | 0.53 |
| Hex | CC | 2E | DE | 8 | 4F | 0 | D | 126 | 49 | 35 |
| Octal | 314 | 56 | 336 | 10 | 117 | 0 | 15 | 446 | 111 | 65 |
| Binary | 11001100 | 101110 | 11011110 | 1000 | 1001111 | 0 | 1101 | 100100110 | 1001001 | 110101 |
Color Harmonies of #CC2EDE
Complementary color
Monochromatic Colors of #CC2EDE
Black with #CC2EDE
Text Example
Text Example
White with #CC2EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2EDE; }
p { color: rgb(204,46,222); }
H1.HeaderClassName
{
color: #CC2EDE;
}
.AnyTagClassName
{
color: #CC2EDE;
}
</style>
background-color css
<style>
a { background-color: #CC2EDE; }
a { background-color: rgb(204,46,222); }
div.DivClassName
{
background-color: #CC2EDE;
}
.BgClassName
{
background-color: #CC2EDE;
}
</style>
border-color css
<style>
span { border-color: #CC2EDE; }
span { border-color: rgb(204,46,222); }
td.TdClassName
{
border-color: #CC2EDE;
}
.TagClassName
{
border-color: #CC2EDE;
}
</style>