Shades of Medium Orchid #CC40E4
Tints of Medium Orchid #CC40E4
RGB
CMYK
RGB Variations
Color information
#CC40E4 (or 0xCC40E4) is known color: Medium Orchid. HEX triplet: CC, 40 and E4. RGB value is (204,64,228). Sum of RGB (Red+Green+Blue) = 204+64+228=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 64 (25.39% from 255 or 12.90% from 496); Blue value is 228 (89.45% from 255 or 45.97% from 496); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC40E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC40E4 is #33BF1B. Grayscale: #7C7C7C. Windows color (decimal): -3391260 or 14958796. OLE color: 14958796.
HSL color Cylindrical-coordinate representation of color #CC40E4: hue angle of 291.22º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC40E4 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 64 | 228 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.11 |
| HSL | 291.22º | 0.75% | 0.57% | - |
| HSV(B) | 291.22º | 0.72% | 0.89% | - |
| XYZ | 40.74 | 22.11 | 75.52 | - |
| YUV | 124.56 | 186.38 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 228 | 0.11 | 0.72 | 0 | 0.11 | 291.22 | 0.75 | 0.57 |
| Hex | CC | 40 | E4 | B | 48 | 0 | B | 123 | 4B | 39 |
| Octal | 314 | 100 | 344 | 13 | 110 | 0 | 13 | 443 | 113 | 71 |
| Binary | 11001100 | 1000000 | 11100100 | 1011 | 1001000 | 0 | 1011 | 100100011 | 1001011 | 111001 |
Color Harmonies of #CC40E4
Complementary color
Monochromatic Colors of #CC40E4
Black with #CC40E4
Text Example
Text Example
White with #CC40E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC40E4; }
p { color: rgb(204,64,228); }
H1.HeaderClassName
{
color: #CC40E4;
}
.AnyTagClassName
{
color: #CC40E4;
}
</style>
background-color css
<style>
a { background-color: #CC40E4; }
a { background-color: rgb(204,64,228); }
div.DivClassName
{
background-color: #CC40E4;
}
.BgClassName
{
background-color: #CC40E4;
}
</style>
border-color css
<style>
span { border-color: #CC40E4; }
span { border-color: rgb(204,64,228); }
td.TdClassName
{
border-color: #CC40E4;
}
.TagClassName
{
border-color: #CC40E4;
}
</style>