Shades of Medium Orchid #CC4DE0
Tints of Medium Orchid #CC4DE0
RGB
CMYK
RGB Variations
Color information
#CC4DE0 (or 0xCC4DE0) is known color: Medium Orchid. HEX triplet: CC, 4D and E0. RGB value is (204,77,224). Sum of RGB (Red+Green+Blue) = 204+77+224=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 77 (30.47% from 255 or 15.25% from 505); Blue value is 224 (87.89% from 255 or 44.36% from 505); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC4DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4DE0 is #33B21F. Grayscale: #838383. Windows color (decimal): -3387936 or 14699980. OLE color: 14699980.
HSL color Cylindrical-coordinate representation of color #CC4DE0: hue angle of 291.84º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC4DE0 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 77 | 224 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.12 |
| HSL | 291.84º | 0.7% | 0.59% | - |
| HSV(B) | 291.84º | 0.66% | 0.88% | - |
| XYZ | 41.01 | 23.53 | 72.9 | - |
| YUV | 131.73 | 180.08 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 224 | 0.09 | 0.66 | 0 | 0.12 | 291.84 | 0.7 | 0.59 |
| Hex | CC | 4D | E0 | 9 | 42 | 0 | C | 124 | 46 | 3B |
| Octal | 314 | 115 | 340 | 11 | 102 | 0 | 14 | 444 | 106 | 73 |
| Binary | 11001100 | 1001101 | 11100000 | 1001 | 1000010 | 0 | 1100 | 100100100 | 1000110 | 111011 |
Color Harmonies of #CC4DE0
Complementary color
Monochromatic Colors of #CC4DE0
Black with #CC4DE0
Text Example
Text Example
White with #CC4DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4DE0; }
p { color: rgb(204,77,224); }
H1.HeaderClassName
{
color: #CC4DE0;
}
.AnyTagClassName
{
color: #CC4DE0;
}
</style>
background-color css
<style>
a { background-color: #CC4DE0; }
a { background-color: rgb(204,77,224); }
div.DivClassName
{
background-color: #CC4DE0;
}
.BgClassName
{
background-color: #CC4DE0;
}
</style>
border-color css
<style>
span { border-color: #CC4DE0; }
span { border-color: rgb(204,77,224); }
td.TdClassName
{
border-color: #CC4DE0;
}
.TagClassName
{
border-color: #CC4DE0;
}
</style>