Shades of Medium Orchid #CC2DEC
Tints of Medium Orchid #CC2DEC
RGB
CMYK
RGB Variations
Color information
#CC2DEC (or 0xCC2DEC) is known color: Medium Orchid. HEX triplet: CC, 2D and EC. RGB value is (204,45,236). Sum of RGB (Red+Green+Blue) = 204+45+236=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 45 (17.97% from 255 or 9.28% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC2DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2DEC is #33D213. Grayscale: #717171. Windows color (decimal): -3396116 or 15478220. OLE color: 15478220.
HSL color Cylindrical-coordinate representation of color #CC2DEC: hue angle of 289.95º degrees, saturation: 0.83, 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 #CC2DEC is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 45 | 236 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.07 |
| HSL | 289.95º | 0.83% | 0.55% | - |
| HSV(B) | 289.95º | 0.81% | 0.93% | - |
| XYZ | 40.98 | 20.77 | 81.21 | - |
| YUV | 114.32 | 196.68 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 236 | 0.14 | 0.81 | 0 | 0.07 | 289.95 | 0.83 | 0.55 |
| Hex | CC | 2D | EC | E | 51 | 0 | 7 | 122 | 53 | 37 |
| Octal | 314 | 55 | 354 | 16 | 121 | 0 | 7 | 442 | 123 | 67 |
| Binary | 11001100 | 101101 | 11101100 | 1110 | 1010001 | 0 | 111 | 100100010 | 1010011 | 110111 |
Color Harmonies of #CC2DEC
Complementary color
Monochromatic Colors of #CC2DEC
Black with #CC2DEC
Text Example
Text Example
White with #CC2DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2DEC; }
p { color: rgb(204,45,236); }
H1.HeaderClassName
{
color: #CC2DEC;
}
.AnyTagClassName
{
color: #CC2DEC;
}
</style>
background-color css
<style>
a { background-color: #CC2DEC; }
a { background-color: rgb(204,45,236); }
div.DivClassName
{
background-color: #CC2DEC;
}
.BgClassName
{
background-color: #CC2DEC;
}
</style>
border-color css
<style>
span { border-color: #CC2DEC; }
span { border-color: rgb(204,45,236); }
td.TdClassName
{
border-color: #CC2DEC;
}
.TagClassName
{
border-color: #CC2DEC;
}
</style>