Shades of Medium Orchid #CC51E4
Tints of Medium Orchid #CC51E4
RGB
CMYK
RGB Variations
Color information
#CC51E4 (or 0xCC51E4) is known color: Medium Orchid. HEX triplet: CC, 51 and E4. RGB value is (204,81,228). Sum of RGB (Red+Green+Blue) = 204+81+228=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 81 (32.03% from 255 or 15.79% from 513); Blue value is 228 (89.45% from 255 or 44.44% from 513); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC51E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC51E4 is #33AE1B. Grayscale: #868686. Windows color (decimal): -3386908 or 14963148. OLE color: 14963148.
HSL color Cylindrical-coordinate representation of color #CC51E4: hue angle of 290.2º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC51E4 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 81 | 228 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.11 |
| HSL | 290.2º | 0.73% | 0.61% | - |
| HSV(B) | 290.2º | 0.64% | 0.89% | - |
| XYZ | 41.85 | 24.32 | 75.89 | - |
| YUV | 134.54 | 180.75 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 228 | 0.11 | 0.64 | 0 | 0.11 | 290.2 | 0.73 | 0.61 |
| Hex | CC | 51 | E4 | B | 40 | 0 | B | 122 | 49 | 3D |
| Octal | 314 | 121 | 344 | 13 | 100 | 0 | 13 | 442 | 111 | 75 |
| Binary | 11001100 | 1010001 | 11100100 | 1011 | 1000000 | 0 | 1011 | 100100010 | 1001001 | 111101 |
Color Harmonies of #CC51E4
Complementary color
Monochromatic Colors of #CC51E4
Black with #CC51E4
Text Example
Text Example
White with #CC51E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC51E4; }
p { color: rgb(204,81,228); }
H1.HeaderClassName
{
color: #CC51E4;
}
.AnyTagClassName
{
color: #CC51E4;
}
</style>
background-color css
<style>
a { background-color: #CC51E4; }
a { background-color: rgb(204,81,228); }
div.DivClassName
{
background-color: #CC51E4;
}
.BgClassName
{
background-color: #CC51E4;
}
</style>
border-color css
<style>
span { border-color: #CC51E4; }
span { border-color: rgb(204,81,228); }
td.TdClassName
{
border-color: #CC51E4;
}
.TagClassName
{
border-color: #CC51E4;
}
</style>