Shades of Medium Orchid #CC2EDC
Tints of Medium Orchid #CC2EDC
RGB
CMYK
RGB Variations
Color information
#CC2EDC (or 0xCC2EDC) is known color: Medium Orchid. HEX triplet: CC, 2E and DC. RGB value is (204,46,220). Sum of RGB (Red+Green+Blue) = 204+46+220=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 46 (18.36% from 255 or 9.79% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC2EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2EDC is #33D123. Grayscale: #707070. Windows color (decimal): -3395876 or 14429900. OLE color: 14429900.
HSL color Cylindrical-coordinate representation of color #CC2EDC: hue angle of 294.48º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2EDC is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 46 | 220 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.14 |
| HSL | 294.48º | 0.71% | 0.52% | - |
| HSV(B) | 294.48º | 0.79% | 0.86% | - |
| XYZ | 38.8 | 19.96 | 69.52 | - |
| YUV | 113.08 | 188.35 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 46 | 220 | 0.07 | 0.79 | 0 | 0.14 | 294.48 | 0.71 | 0.52 |
| Hex | CC | 2E | DC | 7 | 4F | 0 | E | 126 | 47 | 34 |
| Octal | 314 | 56 | 334 | 7 | 117 | 0 | 16 | 446 | 107 | 64 |
| Binary | 11001100 | 101110 | 11011100 | 111 | 1001111 | 0 | 1110 | 100100110 | 1000111 | 110100 |
Color Harmonies of #CC2EDC
Complementary color
Monochromatic Colors of #CC2EDC
Black with #CC2EDC
Text Example
Text Example
White with #CC2EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2EDC; }
p { color: rgb(204,46,220); }
H1.HeaderClassName
{
color: #CC2EDC;
}
.AnyTagClassName
{
color: #CC2EDC;
}
</style>
background-color css
<style>
a { background-color: #CC2EDC; }
a { background-color: rgb(204,46,220); }
div.DivClassName
{
background-color: #CC2EDC;
}
.BgClassName
{
background-color: #CC2EDC;
}
</style>
border-color css
<style>
span { border-color: #CC2EDC; }
span { border-color: rgb(204,46,220); }
td.TdClassName
{
border-color: #CC2EDC;
}
.TagClassName
{
border-color: #CC2EDC;
}
</style>