Shades of Medium Orchid #CC4AE8
Tints of Medium Orchid #CC4AE8
RGB
CMYK
RGB Variations
Color information
#CC4AE8 (or 0xCC4AE8) is known color: Medium Orchid. HEX triplet: CC, 4A and E8. RGB value is (204,74,232). Sum of RGB (Red+Green+Blue) = 204+74+232=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 74 (29.30% from 255 or 14.51% from 510); Blue value is 232 (91.02% from 255 or 45.49% from 510); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC4AE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC4AE8 is #33B517. Grayscale: #828282. Windows color (decimal): -3388696 or 15223500. OLE color: 15223500.
HSL color Cylindrical-coordinate representation of color #CC4AE8: hue angle of 289.37º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4AE8 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 74 | 232 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.09 |
| HSL | 289.37º | 0.77% | 0.6% | - |
| HSV(B) | 289.37º | 0.68% | 0.91% | - |
| XYZ | 41.92 | 23.56 | 78.68 | - |
| YUV | 130.88 | 185.07 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 232 | 0.12 | 0.68 | 0 | 0.09 | 289.37 | 0.77 | 0.6 |
| Hex | CC | 4A | E8 | C | 44 | 0 | 9 | 121 | 4D | 3C |
| Octal | 314 | 112 | 350 | 14 | 104 | 0 | 11 | 441 | 115 | 74 |
| Binary | 11001100 | 1001010 | 11101000 | 1100 | 1000100 | 0 | 1001 | 100100001 | 1001101 | 111100 |
Color Harmonies of #CC4AE8
Complementary color
Monochromatic Colors of #CC4AE8
Black with #CC4AE8
Text Example
Text Example
White with #CC4AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4AE8; }
p { color: rgb(204,74,232); }
H1.HeaderClassName
{
color: #CC4AE8;
}
.AnyTagClassName
{
color: #CC4AE8;
}
</style>
background-color css
<style>
a { background-color: #CC4AE8; }
a { background-color: rgb(204,74,232); }
div.DivClassName
{
background-color: #CC4AE8;
}
.BgClassName
{
background-color: #CC4AE8;
}
</style>
border-color css
<style>
span { border-color: #CC4AE8; }
span { border-color: rgb(204,74,232); }
td.TdClassName
{
border-color: #CC4AE8;
}
.TagClassName
{
border-color: #CC4AE8;
}
</style>