Shades of Medium Orchid #CC3CEA
Tints of Medium Orchid #CC3CEA
RGB
CMYK
RGB Variations
Color information
#CC3CEA (or 0xCC3CEA) is known color: Medium Orchid. HEX triplet: CC, 3C and EA. RGB value is (204,60,234). Sum of RGB (Red+Green+Blue) = 204+60+234=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 60 (23.83% from 255 or 12.05% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC3CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3CEA is #33C315. Grayscale: #7A7A7A. Windows color (decimal): -3392278 or 15350988. OLE color: 15350988.
HSL color Cylindrical-coordinate representation of color #CC3CEA: hue angle of 289.66º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3CEA is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 60 | 234 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.08 |
| HSL | 289.66º | 0.81% | 0.58% | - |
| HSV(B) | 289.66º | 0.74% | 0.92% | - |
| XYZ | 41.37 | 22.01 | 79.91 | - |
| YUV | 122.89 | 190.71 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 60 | 234 | 0.13 | 0.74 | 0 | 0.08 | 289.66 | 0.81 | 0.58 |
| Hex | CC | 3C | EA | D | 4A | 0 | 8 | 122 | 51 | 3A |
| Octal | 314 | 74 | 352 | 15 | 112 | 0 | 10 | 442 | 121 | 72 |
| Binary | 11001100 | 111100 | 11101010 | 1101 | 1001010 | 0 | 1000 | 100100010 | 1010001 | 111010 |
Color Harmonies of #CC3CEA
Complementary color
Monochromatic Colors of #CC3CEA
Black with #CC3CEA
Text Example
Text Example
White with #CC3CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3CEA; }
p { color: rgb(204,60,234); }
H1.HeaderClassName
{
color: #CC3CEA;
}
.AnyTagClassName
{
color: #CC3CEA;
}
</style>
background-color css
<style>
a { background-color: #CC3CEA; }
a { background-color: rgb(204,60,234); }
div.DivClassName
{
background-color: #CC3CEA;
}
.BgClassName
{
background-color: #CC3CEA;
}
</style>
border-color css
<style>
span { border-color: #CC3CEA; }
span { border-color: rgb(204,60,234); }
td.TdClassName
{
border-color: #CC3CEA;
}
.TagClassName
{
border-color: #CC3CEA;
}
</style>