Shades of Medium Orchid #CC57F2
Tints of Medium Orchid #CC57F2
RGB
CMYK
RGB Variations
Color information
#CC57F2 (or 0xCC57F2) is known color: Medium Orchid. HEX triplet: CC, 57 and F2. RGB value is (204,87,242). Sum of RGB (Red+Green+Blue) = 204+87+242=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 87 (34.38% from 255 or 16.32% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC57F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC57F2 is #33A80D. Grayscale: #8B8B8B. Windows color (decimal): -3385358 or 15882188. OLE color: 15882188.
HSL color Cylindrical-coordinate representation of color #CC57F2: hue angle of 285.29º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC57F2 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 87 | 242 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.05 |
| HSL | 285.29º | 0.86% | 0.65% | - |
| HSV(B) | 285.29º | 0.64% | 0.95% | - |
| XYZ | 44.34 | 26.06 | 86.7 | - |
| YUV | 139.65 | 185.76 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 242 | 0.16 | 0.64 | 0 | 0.05 | 285.29 | 0.86 | 0.65 |
| Hex | CC | 57 | F2 | 10 | 40 | 0 | 5 | 11D | 56 | 41 |
| Octal | 314 | 127 | 362 | 20 | 100 | 0 | 5 | 435 | 126 | 101 |
| Binary | 11001100 | 1010111 | 11110010 | 10000 | 1000000 | 0 | 101 | 100011101 | 1010110 | 1000001 |
Color Harmonies of #CC57F2
Complementary color
Monochromatic Colors of #CC57F2
Black with #CC57F2
Text Example
Text Example
White with #CC57F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC57F2; }
p { color: rgb(204,87,242); }
H1.HeaderClassName
{
color: #CC57F2;
}
.AnyTagClassName
{
color: #CC57F2;
}
</style>
background-color css
<style>
a { background-color: #CC57F2; }
a { background-color: rgb(204,87,242); }
div.DivClassName
{
background-color: #CC57F2;
}
.BgClassName
{
background-color: #CC57F2;
}
</style>
border-color css
<style>
span { border-color: #CC57F2; }
span { border-color: rgb(204,87,242); }
td.TdClassName
{
border-color: #CC57F2;
}
.TagClassName
{
border-color: #CC57F2;
}
</style>