Shades of Medium Orchid #CC57DF
Tints of Medium Orchid #CC57DF
RGB
CMYK
RGB Variations
Color information
#CC57DF (or 0xCC57DF) is known color: Medium Orchid. HEX triplet: CC, 57 and DF. RGB value is (204,87,223). Sum of RGB (Red+Green+Blue) = 204+87+223=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 87 (34.38% from 255 or 16.93% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC57DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC57DF is #33A820. Grayscale: #898989. Windows color (decimal): -3385377 or 14637004. OLE color: 14637004.
HSL color Cylindrical-coordinate representation of color #CC57DF: hue angle of 291.62º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC57DF is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 87 | 223 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.13 |
| HSL | 291.62º | 0.68% | 0.61% | - |
| HSV(B) | 291.62º | 0.61% | 0.87% | - |
| XYZ | 41.63 | 24.98 | 72.44 | - |
| YUV | 137.49 | 176.26 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 223 | 0.09 | 0.61 | 0 | 0.13 | 291.62 | 0.68 | 0.61 |
| Hex | CC | 57 | DF | 9 | 3D | 0 | D | 124 | 44 | 3D |
| Octal | 314 | 127 | 337 | 11 | 75 | 0 | 15 | 444 | 104 | 75 |
| Binary | 11001100 | 1010111 | 11011111 | 1001 | 111101 | 0 | 1101 | 100100100 | 1000100 | 111101 |
Color Harmonies of #CC57DF
Complementary color
Monochromatic Colors of #CC57DF
Black with #CC57DF
Text Example
Text Example
White with #CC57DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC57DF; }
p { color: rgb(204,87,223); }
H1.HeaderClassName
{
color: #CC57DF;
}
.AnyTagClassName
{
color: #CC57DF;
}
</style>
background-color css
<style>
a { background-color: #CC57DF; }
a { background-color: rgb(204,87,223); }
div.DivClassName
{
background-color: #CC57DF;
}
.BgClassName
{
background-color: #CC57DF;
}
</style>
border-color css
<style>
span { border-color: #CC57DF; }
span { border-color: rgb(204,87,223); }
td.TdClassName
{
border-color: #CC57DF;
}
.TagClassName
{
border-color: #CC57DF;
}
</style>