Shades of Medium Orchid #CC4CEA
Tints of Medium Orchid #CC4CEA
RGB
CMYK
RGB Variations
Color information
#CC4CEA (or 0xCC4CEA) is known color: Medium Orchid. HEX triplet: CC, 4C and EA. RGB value is (204,76,234). Sum of RGB (Red+Green+Blue) = 204+76+234=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 76 (30.08% from 255 or 14.79% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC4CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC4CEA is #33B315. Grayscale: #838383. Windows color (decimal): -3388182 or 15355084. OLE color: 15355084.
HSL color Cylindrical-coordinate representation of color #CC4CEA: hue angle of 288.61º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4CEA is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 76 | 234 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.08 |
| HSL | 288.61º | 0.79% | 0.61% | - |
| HSV(B) | 288.61º | 0.68% | 0.92% | - |
| XYZ | 42.34 | 23.95 | 80.23 | - |
| YUV | 132.28 | 185.41 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 234 | 0.13 | 0.68 | 0 | 0.08 | 288.61 | 0.79 | 0.61 |
| Hex | CC | 4C | EA | D | 44 | 0 | 8 | 121 | 4F | 3D |
| Octal | 314 | 114 | 352 | 15 | 104 | 0 | 10 | 441 | 117 | 75 |
| Binary | 11001100 | 1001100 | 11101010 | 1101 | 1000100 | 0 | 1000 | 100100001 | 1001111 | 111101 |
Color Harmonies of #CC4CEA
Complementary color
Monochromatic Colors of #CC4CEA
Black with #CC4CEA
Text Example
Text Example
White with #CC4CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4CEA; }
p { color: rgb(204,76,234); }
H1.HeaderClassName
{
color: #CC4CEA;
}
.AnyTagClassName
{
color: #CC4CEA;
}
</style>
background-color css
<style>
a { background-color: #CC4CEA; }
a { background-color: rgb(204,76,234); }
div.DivClassName
{
background-color: #CC4CEA;
}
.BgClassName
{
background-color: #CC4CEA;
}
</style>
border-color css
<style>
span { border-color: #CC4CEA; }
span { border-color: rgb(204,76,234); }
td.TdClassName
{
border-color: #CC4CEA;
}
.TagClassName
{
border-color: #CC4CEA;
}
</style>