Shades of Medium Orchid #CC55D8
Tints of Medium Orchid #CC55D8
RGB
CMYK
RGB Variations
Color information
#CC55D8 (or 0xCC55D8) is known color: Medium Orchid. HEX triplet: CC, 55 and D8. RGB value is (204,85,216). Sum of RGB (Red+Green+Blue) = 204+85+216=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 85 (33.59% from 255 or 16.83% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC55D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC55D8 is #33AA27. Grayscale: #878787. Windows color (decimal): -3385896 or 14177740. OLE color: 14177740.
HSL color Cylindrical-coordinate representation of color #CC55D8: hue angle of 294.5º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC55D8 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 85 | 216 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.15 |
| HSL | 294.5º | 0.63% | 0.59% | - |
| HSV(B) | 294.5º | 0.61% | 0.85% | - |
| XYZ | 40.55 | 24.29 | 67.52 | - |
| YUV | 135.52 | 173.42 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 216 | 0.06 | 0.61 | 0 | 0.15 | 294.5 | 0.63 | 0.59 |
| Hex | CC | 55 | D8 | 6 | 3D | 0 | F | 127 | 3F | 3B |
| Octal | 314 | 125 | 330 | 6 | 75 | 0 | 17 | 447 | 77 | 73 |
| Binary | 11001100 | 1010101 | 11011000 | 110 | 111101 | 0 | 1111 | 100100111 | 111111 | 111011 |
Color Harmonies of #CC55D8
Complementary color
Monochromatic Colors of #CC55D8
Black with #CC55D8
Text Example
Text Example
White with #CC55D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC55D8; }
p { color: rgb(204,85,216); }
H1.HeaderClassName
{
color: #CC55D8;
}
.AnyTagClassName
{
color: #CC55D8;
}
</style>
background-color css
<style>
a { background-color: #CC55D8; }
a { background-color: rgb(204,85,216); }
div.DivClassName
{
background-color: #CC55D8;
}
.BgClassName
{
background-color: #CC55D8;
}
</style>
border-color css
<style>
span { border-color: #CC55D8; }
span { border-color: rgb(204,85,216); }
td.TdClassName
{
border-color: #CC55D8;
}
.TagClassName
{
border-color: #CC55D8;
}
</style>