Shades of Medium Orchid #CC4AEA
Tints of Medium Orchid #CC4AEA
RGB
CMYK
RGB Variations
Color information
#CC4AEA (or 0xCC4AEA) is known color: Medium Orchid. HEX triplet: CC, 4A and EA. RGB value is (204,74,234). Sum of RGB (Red+Green+Blue) = 204+74+234=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 74 (29.30% from 255 or 14.45% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC4AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC4AEA is #33B515. Grayscale: #828282. Windows color (decimal): -3388694 or 15354572. OLE color: 15354572.
HSL color Cylindrical-coordinate representation of color #CC4AEA: hue angle of 288.75º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4AEA is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 74 | 234 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.08 |
| HSL | 288.75º | 0.79% | 0.6% | - |
| HSV(B) | 288.75º | 0.68% | 0.92% | - |
| XYZ | 42.2 | 23.68 | 80.19 | - |
| YUV | 131.11 | 186.07 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 234 | 0.13 | 0.68 | 0 | 0.08 | 288.75 | 0.79 | 0.6 |
| Hex | CC | 4A | EA | D | 44 | 0 | 8 | 121 | 4F | 3C |
| Octal | 314 | 112 | 352 | 15 | 104 | 0 | 10 | 441 | 117 | 74 |
| Binary | 11001100 | 1001010 | 11101010 | 1101 | 1000100 | 0 | 1000 | 100100001 | 1001111 | 111100 |
Color Harmonies of #CC4AEA
Complementary color
Monochromatic Colors of #CC4AEA
Black with #CC4AEA
Text Example
Text Example
White with #CC4AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4AEA; }
p { color: rgb(204,74,234); }
H1.HeaderClassName
{
color: #CC4AEA;
}
.AnyTagClassName
{
color: #CC4AEA;
}
</style>
background-color css
<style>
a { background-color: #CC4AEA; }
a { background-color: rgb(204,74,234); }
div.DivClassName
{
background-color: #CC4AEA;
}
.BgClassName
{
background-color: #CC4AEA;
}
</style>
border-color css
<style>
span { border-color: #CC4AEA; }
span { border-color: rgb(204,74,234); }
td.TdClassName
{
border-color: #CC4AEA;
}
.TagClassName
{
border-color: #CC4AEA;
}
</style>