Shades of Medium Orchid #CC51DD
Tints of Medium Orchid #CC51DD
RGB
CMYK
RGB Variations
Color information
#CC51DD (or 0xCC51DD) is known color: Medium Orchid. HEX triplet: CC, 51 and DD. RGB value is (204,81,221). Sum of RGB (Red+Green+Blue) = 204+81+221=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 81 (32.03% from 255 or 16.01% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC51DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC51DD is #33AE22. Grayscale: #858585. Windows color (decimal): -3386915 or 14504396. OLE color: 14504396.
HSL color Cylindrical-coordinate representation of color #CC51DD: hue angle of 292.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC51DD is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 81 | 221 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.13 |
| HSL | 292.71º | 0.67% | 0.59% | - |
| HSV(B) | 292.71º | 0.63% | 0.87% | - |
| XYZ | 40.9 | 23.94 | 70.87 | - |
| YUV | 133.74 | 177.25 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 221 | 0.08 | 0.63 | 0 | 0.13 | 292.71 | 0.67 | 0.59 |
| Hex | CC | 51 | DD | 8 | 3F | 0 | D | 125 | 43 | 3B |
| Octal | 314 | 121 | 335 | 10 | 77 | 0 | 15 | 445 | 103 | 73 |
| Binary | 11001100 | 1010001 | 11011101 | 1000 | 111111 | 0 | 1101 | 100100101 | 1000011 | 111011 |
Color Harmonies of #CC51DD
Complementary color
Monochromatic Colors of #CC51DD
Black with #CC51DD
Text Example
Text Example
White with #CC51DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC51DD; }
p { color: rgb(204,81,221); }
H1.HeaderClassName
{
color: #CC51DD;
}
.AnyTagClassName
{
color: #CC51DD;
}
</style>
background-color css
<style>
a { background-color: #CC51DD; }
a { background-color: rgb(204,81,221); }
div.DivClassName
{
background-color: #CC51DD;
}
.BgClassName
{
background-color: #CC51DD;
}
</style>
border-color css
<style>
span { border-color: #CC51DD; }
span { border-color: rgb(204,81,221); }
td.TdClassName
{
border-color: #CC51DD;
}
.TagClassName
{
border-color: #CC51DD;
}
</style>