Shades of Medium Orchid #CC5ADE
Tints of Medium Orchid #CC5ADE
RGB
CMYK
RGB Variations
Color information
#CC5ADE (or 0xCC5ADE) is known color: Medium Orchid. HEX triplet: CC, 5A and DE. RGB value is (204,90,222). Sum of RGB (Red+Green+Blue) = 204+90+222=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 90 (35.55% from 255 or 17.44% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC5ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5ADE is #33A521. Grayscale: #8A8A8A. Windows color (decimal): -3384610 or 14572236. OLE color: 14572236.
HSL color Cylindrical-coordinate representation of color #CC5ADE: hue angle of 291.82º degrees, saturation: 0.67, 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 #CC5ADE is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 90 | 222 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.13 |
| HSL | 291.82º | 0.67% | 0.61% | - |
| HSV(B) | 291.82º | 0.59% | 0.87% | - |
| XYZ | 41.74 | 25.42 | 71.81 | - |
| YUV | 139.13 | 174.77 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 222 | 0.08 | 0.59 | 0 | 0.13 | 291.82 | 0.67 | 0.61 |
| Hex | CC | 5A | DE | 8 | 3B | 0 | D | 124 | 43 | 3D |
| Octal | 314 | 132 | 336 | 10 | 73 | 0 | 15 | 444 | 103 | 75 |
| Binary | 11001100 | 1011010 | 11011110 | 1000 | 111011 | 0 | 1101 | 100100100 | 1000011 | 111101 |
Color Harmonies of #CC5ADE
Complementary color
Monochromatic Colors of #CC5ADE
Black with #CC5ADE
Text Example
Text Example
White with #CC5ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5ADE; }
p { color: rgb(204,90,222); }
H1.HeaderClassName
{
color: #CC5ADE;
}
.AnyTagClassName
{
color: #CC5ADE;
}
</style>
background-color css
<style>
a { background-color: #CC5ADE; }
a { background-color: rgb(204,90,222); }
div.DivClassName
{
background-color: #CC5ADE;
}
.BgClassName
{
background-color: #CC5ADE;
}
</style>
border-color css
<style>
span { border-color: #CC5ADE; }
span { border-color: rgb(204,90,222); }
td.TdClassName
{
border-color: #CC5ADE;
}
.TagClassName
{
border-color: #CC5ADE;
}
</style>