Shades of Medium Orchid #CC2EEE
Tints of Medium Orchid #CC2EEE
RGB
CMYK
RGB Variations
Color information
#CC2EEE (or 0xCC2EEE) is known color: Medium Orchid. HEX triplet: CC, 2E and EE. RGB value is (204,46,238). Sum of RGB (Red+Green+Blue) = 204+46+238=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 46 (18.36% from 255 or 9.43% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC2EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2EEE is #33D111. Grayscale: #727272. Windows color (decimal): -3395858 or 15609548. OLE color: 15609548.
HSL color Cylindrical-coordinate representation of color #CC2EEE: hue angle of 289.38º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2EEE is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 46 | 238 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.07 |
| HSL | 289.38º | 0.85% | 0.56% | - |
| HSV(B) | 289.38º | 0.81% | 0.93% | - |
| XYZ | 41.31 | 20.96 | 82.76 | - |
| YUV | 115.13 | 197.35 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 46 | 238 | 0.14 | 0.81 | 0 | 0.07 | 289.38 | 0.85 | 0.56 |
| Hex | CC | 2E | EE | E | 51 | 0 | 7 | 121 | 55 | 38 |
| Octal | 314 | 56 | 356 | 16 | 121 | 0 | 7 | 441 | 125 | 70 |
| Binary | 11001100 | 101110 | 11101110 | 1110 | 1010001 | 0 | 111 | 100100001 | 1010101 | 111000 |
Color Harmonies of #CC2EEE
Complementary color
Monochromatic Colors of #CC2EEE
Black with #CC2EEE
Text Example
Text Example
White with #CC2EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2EEE; }
p { color: rgb(204,46,238); }
H1.HeaderClassName
{
color: #CC2EEE;
}
.AnyTagClassName
{
color: #CC2EEE;
}
</style>
background-color css
<style>
a { background-color: #CC2EEE; }
a { background-color: rgb(204,46,238); }
div.DivClassName
{
background-color: #CC2EEE;
}
.BgClassName
{
background-color: #CC2EEE;
}
</style>
border-color css
<style>
span { border-color: #CC2EEE; }
span { border-color: rgb(204,46,238); }
td.TdClassName
{
border-color: #CC2EEE;
}
.TagClassName
{
border-color: #CC2EEE;
}
</style>