Shades of Medium Orchid #CC4DEA
Tints of Medium Orchid #CC4DEA
RGB
CMYK
RGB Variations
Color information
#CC4DEA (or 0xCC4DEA) is known color: Medium Orchid. HEX triplet: CC, 4D and EA. RGB value is (204,77,234). Sum of RGB (Red+Green+Blue) = 204+77+234=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 77 (30.47% from 255 or 14.95% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC4DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4DEA is #33B215. Grayscale: #848484. Windows color (decimal): -3387926 or 15355340. OLE color: 15355340.
HSL color Cylindrical-coordinate representation of color #CC4DEA: hue angle of 288.54º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4DEA is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 77 | 234 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.08 |
| HSL | 288.54º | 0.79% | 0.61% | - |
| HSV(B) | 288.54º | 0.67% | 0.92% | - |
| XYZ | 42.41 | 24.09 | 80.26 | - |
| YUV | 132.87 | 185.08 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 234 | 0.13 | 0.67 | 0 | 0.08 | 288.54 | 0.79 | 0.61 |
| Hex | CC | 4D | EA | D | 43 | 0 | 8 | 121 | 4F | 3D |
| Octal | 314 | 115 | 352 | 15 | 103 | 0 | 10 | 441 | 117 | 75 |
| Binary | 11001100 | 1001101 | 11101010 | 1101 | 1000011 | 0 | 1000 | 100100001 | 1001111 | 111101 |
Color Harmonies of #CC4DEA
Complementary color
Monochromatic Colors of #CC4DEA
Black with #CC4DEA
Text Example
Text Example
White with #CC4DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4DEA; }
p { color: rgb(204,77,234); }
H1.HeaderClassName
{
color: #CC4DEA;
}
.AnyTagClassName
{
color: #CC4DEA;
}
</style>
background-color css
<style>
a { background-color: #CC4DEA; }
a { background-color: rgb(204,77,234); }
div.DivClassName
{
background-color: #CC4DEA;
}
.BgClassName
{
background-color: #CC4DEA;
}
</style>
border-color css
<style>
span { border-color: #CC4DEA; }
span { border-color: rgb(204,77,234); }
td.TdClassName
{
border-color: #CC4DEA;
}
.TagClassName
{
border-color: #CC4DEA;
}
</style>