Shades of Medium Orchid #CC5ADD
Tints of Medium Orchid #CC5ADD
RGB
CMYK
RGB Variations
Color information
#CC5ADD (or 0xCC5ADD) is known color: Medium Orchid. HEX triplet: CC, 5A and DD. RGB value is (204,90,221). Sum of RGB (Red+Green+Blue) = 204+90+221=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 90 (35.55% from 255 or 17.48% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC5ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5ADD is #33A522. Grayscale: #8A8A8A. Windows color (decimal): -3384611 or 14506700. OLE color: 14506700.
HSL color Cylindrical-coordinate representation of color #CC5ADD: hue angle of 292.21º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC5ADD is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 90 | 221 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.13 |
| HSL | 292.21º | 0.66% | 0.61% | - |
| HSV(B) | 292.21º | 0.59% | 0.87% | - |
| XYZ | 41.61 | 25.37 | 71.11 | - |
| YUV | 139.02 | 174.27 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 221 | 0.08 | 0.59 | 0 | 0.13 | 292.21 | 0.66 | 0.61 |
| Hex | CC | 5A | DD | 8 | 3B | 0 | D | 124 | 42 | 3D |
| Octal | 314 | 132 | 335 | 10 | 73 | 0 | 15 | 444 | 102 | 75 |
| Binary | 11001100 | 1011010 | 11011101 | 1000 | 111011 | 0 | 1101 | 100100100 | 1000010 | 111101 |
Color Harmonies of #CC5ADD
Complementary color
Monochromatic Colors of #CC5ADD
Black with #CC5ADD
Text Example
Text Example
White with #CC5ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5ADD; }
p { color: rgb(204,90,221); }
H1.HeaderClassName
{
color: #CC5ADD;
}
.AnyTagClassName
{
color: #CC5ADD;
}
</style>
background-color css
<style>
a { background-color: #CC5ADD; }
a { background-color: rgb(204,90,221); }
div.DivClassName
{
background-color: #CC5ADD;
}
.BgClassName
{
background-color: #CC5ADD;
}
</style>
border-color css
<style>
span { border-color: #CC5ADD; }
span { border-color: rgb(204,90,221); }
td.TdClassName
{
border-color: #CC5ADD;
}
.TagClassName
{
border-color: #CC5ADD;
}
</style>