Shades of Medium Orchid #CC5BD8
Tints of Medium Orchid #CC5BD8
RGB
CMYK
RGB Variations
Color information
#CC5BD8 (or 0xCC5BD8) is known color: Medium Orchid. HEX triplet: CC, 5B and D8. RGB value is (204,91,216). Sum of RGB (Red+Green+Blue) = 204+91+216=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 91 (35.94% from 255 or 17.81% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC5BD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5BD8 is #33A427. Grayscale: #8A8A8A. Windows color (decimal): -3384360 or 14179276. OLE color: 14179276.
HSL color Cylindrical-coordinate representation of color #CC5BD8: hue angle of 294.24º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC5BD8 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 91 | 216 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.15 |
| HSL | 294.24º | 0.62% | 0.6% | - |
| HSV(B) | 294.24º | 0.58% | 0.85% | - |
| XYZ | 41.04 | 25.28 | 67.68 | - |
| YUV | 139.04 | 171.44 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 216 | 0.06 | 0.58 | 0 | 0.15 | 294.24 | 0.62 | 0.6 |
| Hex | CC | 5B | D8 | 6 | 3A | 0 | F | 126 | 3E | 3C |
| Octal | 314 | 133 | 330 | 6 | 72 | 0 | 17 | 446 | 76 | 74 |
| Binary | 11001100 | 1011011 | 11011000 | 110 | 111010 | 0 | 1111 | 100100110 | 111110 | 111100 |
Color Harmonies of #CC5BD8
Complementary color
Monochromatic Colors of #CC5BD8
Black with #CC5BD8
Text Example
Text Example
White with #CC5BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5BD8; }
p { color: rgb(204,91,216); }
H1.HeaderClassName
{
color: #CC5BD8;
}
.AnyTagClassName
{
color: #CC5BD8;
}
</style>
background-color css
<style>
a { background-color: #CC5BD8; }
a { background-color: rgb(204,91,216); }
div.DivClassName
{
background-color: #CC5BD8;
}
.BgClassName
{
background-color: #CC5BD8;
}
</style>
border-color css
<style>
span { border-color: #CC5BD8; }
span { border-color: rgb(204,91,216); }
td.TdClassName
{
border-color: #CC5BD8;
}
.TagClassName
{
border-color: #CC5BD8;
}
</style>