Shades of Medium Orchid #CC5BDD
Tints of Medium Orchid #CC5BDD
RGB
CMYK
RGB Variations
Color information
#CC5BDD (or 0xCC5BDD) is known color: Medium Orchid. HEX triplet: CC, 5B and DD. RGB value is (204,91,221). Sum of RGB (Red+Green+Blue) = 204+91+221=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 91 (35.94% from 255 or 17.64% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC5BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5BDD is #33A422. Grayscale: #8B8B8B. Windows color (decimal): -3384355 or 14506956. OLE color: 14506956.
HSL color Cylindrical-coordinate representation of color #CC5BDD: hue angle of 292.15º 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 #CC5BDD is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 91 | 221 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.13 |
| HSL | 292.15º | 0.66% | 0.61% | - |
| HSV(B) | 292.15º | 0.59% | 0.87% | - |
| XYZ | 41.69 | 25.54 | 71.14 | - |
| YUV | 139.61 | 173.94 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 221 | 0.08 | 0.59 | 0 | 0.13 | 292.15 | 0.66 | 0.61 |
| Hex | CC | 5B | DD | 8 | 3B | 0 | D | 124 | 42 | 3D |
| Octal | 314 | 133 | 335 | 10 | 73 | 0 | 15 | 444 | 102 | 75 |
| Binary | 11001100 | 1011011 | 11011101 | 1000 | 111011 | 0 | 1101 | 100100100 | 1000010 | 111101 |
Color Harmonies of #CC5BDD
Complementary color
Monochromatic Colors of #CC5BDD
Black with #CC5BDD
Text Example
Text Example
White with #CC5BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5BDD; }
p { color: rgb(204,91,221); }
H1.HeaderClassName
{
color: #CC5BDD;
}
.AnyTagClassName
{
color: #CC5BDD;
}
</style>
background-color css
<style>
a { background-color: #CC5BDD; }
a { background-color: rgb(204,91,221); }
div.DivClassName
{
background-color: #CC5BDD;
}
.BgClassName
{
background-color: #CC5BDD;
}
</style>
border-color css
<style>
span { border-color: #CC5BDD; }
span { border-color: rgb(204,91,221); }
td.TdClassName
{
border-color: #CC5BDD;
}
.TagClassName
{
border-color: #CC5BDD;
}
</style>