Shades of Medium Orchid #CC4DE8
Tints of Medium Orchid #CC4DE8
RGB
CMYK
RGB Variations
Color information
#CC4DE8 (or 0xCC4DE8) is known color: Medium Orchid. HEX triplet: CC, 4D and E8. RGB value is (204,77,232). Sum of RGB (Red+Green+Blue) = 204+77+232=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 77 (30.47% from 255 or 15.01% from 513); Blue value is 232 (91.02% from 255 or 45.22% from 513); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC4DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4DE8 is #33B217. Grayscale: #848484. Windows color (decimal): -3387928 or 15224268. OLE color: 15224268.
HSL color Cylindrical-coordinate representation of color #CC4DE8: hue angle of 289.16º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4DE8 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 77 | 232 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.09 |
| HSL | 289.16º | 0.77% | 0.61% | - |
| HSV(B) | 289.16º | 0.67% | 0.91% | - |
| XYZ | 42.12 | 23.97 | 78.75 | - |
| YUV | 132.64 | 184.08 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 232 | 0.12 | 0.67 | 0 | 0.09 | 289.16 | 0.77 | 0.61 |
| Hex | CC | 4D | E8 | C | 43 | 0 | 9 | 121 | 4D | 3D |
| Octal | 314 | 115 | 350 | 14 | 103 | 0 | 11 | 441 | 115 | 75 |
| Binary | 11001100 | 1001101 | 11101000 | 1100 | 1000011 | 0 | 1001 | 100100001 | 1001101 | 111101 |
Color Harmonies of #CC4DE8
Complementary color
Monochromatic Colors of #CC4DE8
Black with #CC4DE8
Text Example
Text Example
White with #CC4DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4DE8; }
p { color: rgb(204,77,232); }
H1.HeaderClassName
{
color: #CC4DE8;
}
.AnyTagClassName
{
color: #CC4DE8;
}
</style>
background-color css
<style>
a { background-color: #CC4DE8; }
a { background-color: rgb(204,77,232); }
div.DivClassName
{
background-color: #CC4DE8;
}
.BgClassName
{
background-color: #CC4DE8;
}
</style>
border-color css
<style>
span { border-color: #CC4DE8; }
span { border-color: rgb(204,77,232); }
td.TdClassName
{
border-color: #CC4DE8;
}
.TagClassName
{
border-color: #CC4DE8;
}
</style>