Shades of Medium Orchid #CC5BD7
Tints of Medium Orchid #CC5BD7
RGB
CMYK
RGB Variations
Color information
#CC5BD7 (or 0xCC5BD7) is known color: Medium Orchid. HEX triplet: CC, 5B and D7. RGB value is (204,91,215). Sum of RGB (Red+Green+Blue) = 204+91+215=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 91 (35.94% from 255 or 17.84% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC5BD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5BD7 is #33A428. Grayscale: #8A8A8A. Windows color (decimal): -3384361 or 14113740. OLE color: 14113740.
HSL color Cylindrical-coordinate representation of color #CC5BD7: hue angle of 294.68º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC5BD7 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 91 | 215 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.16 |
| HSL | 294.68º | 0.61% | 0.6% | - |
| HSV(B) | 294.68º | 0.58% | 0.84% | - |
| XYZ | 40.91 | 25.23 | 67 | - |
| YUV | 138.92 | 170.94 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 215 | 0.05 | 0.58 | 0 | 0.16 | 294.68 | 0.61 | 0.6 |
| Hex | CC | 5B | D7 | 5 | 3A | 0 | 10 | 127 | 3D | 3C |
| Octal | 314 | 133 | 327 | 5 | 72 | 0 | 20 | 447 | 75 | 74 |
| Binary | 11001100 | 1011011 | 11010111 | 101 | 111010 | 0 | 10000 | 100100111 | 111101 | 111100 |
Color Harmonies of #CC5BD7
Complementary color
Monochromatic Colors of #CC5BD7
Black with #CC5BD7
Text Example
Text Example
White with #CC5BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5BD7; }
p { color: rgb(204,91,215); }
H1.HeaderClassName
{
color: #CC5BD7;
}
.AnyTagClassName
{
color: #CC5BD7;
}
</style>
background-color css
<style>
a { background-color: #CC5BD7; }
a { background-color: rgb(204,91,215); }
div.DivClassName
{
background-color: #CC5BD7;
}
.BgClassName
{
background-color: #CC5BD7;
}
</style>
border-color css
<style>
span { border-color: #CC5BD7; }
span { border-color: rgb(204,91,215); }
td.TdClassName
{
border-color: #CC5BD7;
}
.TagClassName
{
border-color: #CC5BD7;
}
</style>