Shades of Medium Orchid #CC4DDD
Tints of Medium Orchid #CC4DDD
RGB
CMYK
RGB Variations
Color information
#CC4DDD (or 0xCC4DDD) is known color: Medium Orchid. HEX triplet: CC, 4D and DD. RGB value is (204,77,221). Sum of RGB (Red+Green+Blue) = 204+77+221=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 77 (30.47% from 255 or 15.34% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC4DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4DDD is #33B222. Grayscale: #828282. Windows color (decimal): -3387939 or 14503372. OLE color: 14503372.
HSL color Cylindrical-coordinate representation of color #CC4DDD: hue angle of 292.92º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC4DDD is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 77 | 221 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.13 |
| HSL | 292.92º | 0.68% | 0.58% | - |
| HSV(B) | 292.92º | 0.65% | 0.87% | - |
| XYZ | 40.61 | 23.37 | 70.78 | - |
| YUV | 131.39 | 178.58 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 221 | 0.08 | 0.65 | 0 | 0.13 | 292.92 | 0.68 | 0.58 |
| Hex | CC | 4D | DD | 8 | 41 | 0 | D | 125 | 44 | 3A |
| Octal | 314 | 115 | 335 | 10 | 101 | 0 | 15 | 445 | 104 | 72 |
| Binary | 11001100 | 1001101 | 11011101 | 1000 | 1000001 | 0 | 1101 | 100100101 | 1000100 | 111010 |
Color Harmonies of #CC4DDD
Complementary color
Monochromatic Colors of #CC4DDD
Black with #CC4DDD
Text Example
Text Example
White with #CC4DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4DDD; }
p { color: rgb(204,77,221); }
H1.HeaderClassName
{
color: #CC4DDD;
}
.AnyTagClassName
{
color: #CC4DDD;
}
</style>
background-color css
<style>
a { background-color: #CC4DDD; }
a { background-color: rgb(204,77,221); }
div.DivClassName
{
background-color: #CC4DDD;
}
.BgClassName
{
background-color: #CC4DDD;
}
</style>
border-color css
<style>
span { border-color: #CC4DDD; }
span { border-color: rgb(204,77,221); }
td.TdClassName
{
border-color: #CC4DDD;
}
.TagClassName
{
border-color: #CC4DDD;
}
</style>