Shades of Medium Orchid #CC4DED
Tints of Medium Orchid #CC4DED
RGB
CMYK
RGB Variations
Color information
#CC4DED (or 0xCC4DED) is known color: Medium Orchid. HEX triplet: CC, 4D and ED. RGB value is (204,77,237). Sum of RGB (Red+Green+Blue) = 204+77+237=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 77 (30.47% from 255 or 14.86% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC4DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4DED is #33B212. Grayscale: #848484. Windows color (decimal): -3387923 or 15551948. OLE color: 15551948.
HSL color Cylindrical-coordinate representation of color #CC4DED: hue angle of 287.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4DED is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 77 | 237 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.07 |
| HSL | 287.63º | 0.82% | 0.62% | - |
| HSV(B) | 287.63º | 0.68% | 0.93% | - |
| XYZ | 42.84 | 24.26 | 82.55 | - |
| YUV | 133.21 | 186.58 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 237 | 0.14 | 0.68 | 0 | 0.07 | 287.63 | 0.82 | 0.62 |
| Hex | CC | 4D | ED | E | 44 | 0 | 7 | 120 | 52 | 3E |
| Octal | 314 | 115 | 355 | 16 | 104 | 0 | 7 | 440 | 122 | 76 |
| Binary | 11001100 | 1001101 | 11101101 | 1110 | 1000100 | 0 | 111 | 100100000 | 1010010 | 111110 |
Color Harmonies of #CC4DED
Complementary color
Monochromatic Colors of #CC4DED
Black with #CC4DED
Text Example
Text Example
White with #CC4DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4DED; }
p { color: rgb(204,77,237); }
H1.HeaderClassName
{
color: #CC4DED;
}
.AnyTagClassName
{
color: #CC4DED;
}
</style>
background-color css
<style>
a { background-color: #CC4DED; }
a { background-color: rgb(204,77,237); }
div.DivClassName
{
background-color: #CC4DED;
}
.BgClassName
{
background-color: #CC4DED;
}
</style>
border-color css
<style>
span { border-color: #CC4DED; }
span { border-color: rgb(204,77,237); }
td.TdClassName
{
border-color: #CC4DED;
}
.TagClassName
{
border-color: #CC4DED;
}
</style>