Shades of Medium Orchid #CC49EE
Tints of Medium Orchid #CC49EE
RGB
CMYK
RGB Variations
Color information
#CC49EE (or 0xCC49EE) is known color: Medium Orchid. HEX triplet: CC, 49 and EE. RGB value is (204,73,238). Sum of RGB (Red+Green+Blue) = 204+73+238=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 73 (28.91% from 255 or 14.17% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC49EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC49EE is #33B611. Grayscale: #828282. Windows color (decimal): -3388946 or 15616460. OLE color: 15616460.
HSL color Cylindrical-coordinate representation of color #CC49EE: hue angle of 287.64º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC49EE is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 73 | 238 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.07 |
| HSL | 287.64º | 0.83% | 0.61% | - |
| HSV(B) | 287.64º | 0.69% | 0.93% | - |
| XYZ | 42.72 | 23.78 | 83.23 | - |
| YUV | 130.98 | 188.4 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 238 | 0.14 | 0.69 | 0 | 0.07 | 287.64 | 0.83 | 0.61 |
| Hex | CC | 49 | EE | E | 45 | 0 | 7 | 120 | 53 | 3D |
| Octal | 314 | 111 | 356 | 16 | 105 | 0 | 7 | 440 | 123 | 75 |
| Binary | 11001100 | 1001001 | 11101110 | 1110 | 1000101 | 0 | 111 | 100100000 | 1010011 | 111101 |
Color Harmonies of #CC49EE
Complementary color
Monochromatic Colors of #CC49EE
Black with #CC49EE
Text Example
Text Example
White with #CC49EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC49EE; }
p { color: rgb(204,73,238); }
H1.HeaderClassName
{
color: #CC49EE;
}
.AnyTagClassName
{
color: #CC49EE;
}
</style>
background-color css
<style>
a { background-color: #CC49EE; }
a { background-color: rgb(204,73,238); }
div.DivClassName
{
background-color: #CC49EE;
}
.BgClassName
{
background-color: #CC49EE;
}
</style>
border-color css
<style>
span { border-color: #CC49EE; }
span { border-color: rgb(204,73,238); }
td.TdClassName
{
border-color: #CC49EE;
}
.TagClassName
{
border-color: #CC49EE;
}
</style>