Shades of Medium Orchid #CC49EF
Tints of Medium Orchid #CC49EF
RGB
CMYK
RGB Variations
Color information
#CC49EF (or 0xCC49EF) is known color: Medium Orchid. HEX triplet: CC, 49 and EF. RGB value is (204,73,239). Sum of RGB (Red+Green+Blue) = 204+73+239=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 73 (28.91% from 255 or 14.15% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC49EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC49EF is #33B610. Grayscale: #828282. Windows color (decimal): -3388945 or 15681996. OLE color: 15681996.
HSL color Cylindrical-coordinate representation of color #CC49EF: hue angle of 287.35º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC49EF is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 73 | 239 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.06 |
| HSL | 287.35º | 0.84% | 0.61% | - |
| HSV(B) | 287.35º | 0.69% | 0.94% | - |
| XYZ | 42.86 | 23.83 | 84 | - |
| YUV | 131.09 | 188.9 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 239 | 0.15 | 0.69 | 0 | 0.06 | 287.35 | 0.84 | 0.61 |
| Hex | CC | 49 | EF | F | 45 | 0 | 6 | 11F | 54 | 3D |
| Octal | 314 | 111 | 357 | 17 | 105 | 0 | 6 | 437 | 124 | 75 |
| Binary | 11001100 | 1001001 | 11101111 | 1111 | 1000101 | 0 | 110 | 100011111 | 1010100 | 111101 |
Color Harmonies of #CC49EF
Complementary color
Monochromatic Colors of #CC49EF
Black with #CC49EF
Text Example
Text Example
White with #CC49EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC49EF; }
p { color: rgb(204,73,239); }
H1.HeaderClassName
{
color: #CC49EF;
}
.AnyTagClassName
{
color: #CC49EF;
}
</style>
background-color css
<style>
a { background-color: #CC49EF; }
a { background-color: rgb(204,73,239); }
div.DivClassName
{
background-color: #CC49EF;
}
.BgClassName
{
background-color: #CC49EF;
}
</style>
border-color css
<style>
span { border-color: #CC49EF; }
span { border-color: rgb(204,73,239); }
td.TdClassName
{
border-color: #CC49EF;
}
.TagClassName
{
border-color: #CC49EF;
}
</style>