Shades of Medium Orchid #CC57EA
Tints of Medium Orchid #CC57EA
RGB
CMYK
RGB Variations
Color information
#CC57EA (or 0xCC57EA) is known color: Medium Orchid. HEX triplet: CC, 57 and EA. RGB value is (204,87,234). Sum of RGB (Red+Green+Blue) = 204+87+234=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 87 (34.38% from 255 or 16.57% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC57EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC57EA is #33A815. Grayscale: #8A8A8A. Windows color (decimal): -3385366 or 15357900. OLE color: 15357900.
HSL color Cylindrical-coordinate representation of color #CC57EA: hue angle of 287.76º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC57EA is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 87 | 234 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.08 |
| HSL | 287.76º | 0.78% | 0.63% | - |
| HSV(B) | 287.76º | 0.63% | 0.92% | - |
| XYZ | 43.16 | 25.59 | 80.51 | - |
| YUV | 138.74 | 181.76 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 234 | 0.13 | 0.63 | 0 | 0.08 | 287.76 | 0.78 | 0.63 |
| Hex | CC | 57 | EA | D | 3F | 0 | 8 | 120 | 4E | 3F |
| Octal | 314 | 127 | 352 | 15 | 77 | 0 | 10 | 440 | 116 | 77 |
| Binary | 11001100 | 1010111 | 11101010 | 1101 | 111111 | 0 | 1000 | 100100000 | 1001110 | 111111 |
Color Harmonies of #CC57EA
Complementary color
Monochromatic Colors of #CC57EA
Black with #CC57EA
Text Example
Text Example
White with #CC57EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC57EA; }
p { color: rgb(204,87,234); }
H1.HeaderClassName
{
color: #CC57EA;
}
.AnyTagClassName
{
color: #CC57EA;
}
</style>
background-color css
<style>
a { background-color: #CC57EA; }
a { background-color: rgb(204,87,234); }
div.DivClassName
{
background-color: #CC57EA;
}
.BgClassName
{
background-color: #CC57EA;
}
</style>
border-color css
<style>
span { border-color: #CC57EA; }
span { border-color: rgb(204,87,234); }
td.TdClassName
{
border-color: #CC57EA;
}
.TagClassName
{
border-color: #CC57EA;
}
</style>