Shades of Medium Orchid #CC57DD
Tints of Medium Orchid #CC57DD
RGB
CMYK
RGB Variations
Color information
#CC57DD (or 0xCC57DD) is known color: Medium Orchid. HEX triplet: CC, 57 and DD. RGB value is (204,87,221). Sum of RGB (Red+Green+Blue) = 204+87+221=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 87 (34.38% from 255 or 16.99% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC57DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC57DD is #33A822. Grayscale: #888888. Windows color (decimal): -3385379 or 14505932. OLE color: 14505932.
HSL color Cylindrical-coordinate representation of color #CC57DD: hue angle of 292.39º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC57DD is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 87 | 221 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.13 |
| HSL | 292.39º | 0.66% | 0.6% | - |
| HSV(B) | 292.39º | 0.61% | 0.87% | - |
| XYZ | 41.36 | 24.87 | 71.03 | - |
| YUV | 137.26 | 175.26 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 221 | 0.08 | 0.61 | 0 | 0.13 | 292.39 | 0.66 | 0.6 |
| Hex | CC | 57 | DD | 8 | 3D | 0 | D | 124 | 42 | 3C |
| Octal | 314 | 127 | 335 | 10 | 75 | 0 | 15 | 444 | 102 | 74 |
| Binary | 11001100 | 1010111 | 11011101 | 1000 | 111101 | 0 | 1101 | 100100100 | 1000010 | 111100 |
Color Harmonies of #CC57DD
Complementary color
Monochromatic Colors of #CC57DD
Black with #CC57DD
Text Example
Text Example
White with #CC57DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC57DD; }
p { color: rgb(204,87,221); }
H1.HeaderClassName
{
color: #CC57DD;
}
.AnyTagClassName
{
color: #CC57DD;
}
</style>
background-color css
<style>
a { background-color: #CC57DD; }
a { background-color: rgb(204,87,221); }
div.DivClassName
{
background-color: #CC57DD;
}
.BgClassName
{
background-color: #CC57DD;
}
</style>
border-color css
<style>
span { border-color: #CC57DD; }
span { border-color: rgb(204,87,221); }
td.TdClassName
{
border-color: #CC57DD;
}
.TagClassName
{
border-color: #CC57DD;
}
</style>