Shades of Medium Orchid #CC3EE0
Tints of Medium Orchid #CC3EE0
RGB
CMYK
RGB Variations
Color information
#CC3EE0 (or 0xCC3EE0) is known color: Medium Orchid. HEX triplet: CC, 3E and E0. RGB value is (204,62,224). Sum of RGB (Red+Green+Blue) = 204+62+224=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 62 (24.61% from 255 or 12.65% from 490); Blue value is 224 (87.89% from 255 or 45.71% from 490); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC3EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3EE0 is #33C11F. Grayscale: #7A7A7A. Windows color (decimal): -3391776 or 14696140. OLE color: 14696140.
HSL color Cylindrical-coordinate representation of color #CC3EE0: hue angle of 292.59º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3EE0 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 62 | 224 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.12 |
| HSL | 292.59º | 0.72% | 0.56% | - |
| HSV(B) | 292.59º | 0.72% | 0.88% | - |
| XYZ | 40.08 | 21.66 | 72.59 | - |
| YUV | 122.93 | 185.04 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 62 | 224 | 0.09 | 0.72 | 0 | 0.12 | 292.59 | 0.72 | 0.56 |
| Hex | CC | 3E | E0 | 9 | 48 | 0 | C | 125 | 48 | 38 |
| Octal | 314 | 76 | 340 | 11 | 110 | 0 | 14 | 445 | 110 | 70 |
| Binary | 11001100 | 111110 | 11100000 | 1001 | 1001000 | 0 | 1100 | 100100101 | 1001000 | 111000 |
Color Harmonies of #CC3EE0
Complementary color
Monochromatic Colors of #CC3EE0
Black with #CC3EE0
Text Example
Text Example
White with #CC3EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3EE0; }
p { color: rgb(204,62,224); }
H1.HeaderClassName
{
color: #CC3EE0;
}
.AnyTagClassName
{
color: #CC3EE0;
}
</style>
background-color css
<style>
a { background-color: #CC3EE0; }
a { background-color: rgb(204,62,224); }
div.DivClassName
{
background-color: #CC3EE0;
}
.BgClassName
{
background-color: #CC3EE0;
}
</style>
border-color css
<style>
span { border-color: #CC3EE0; }
span { border-color: rgb(204,62,224); }
td.TdClassName
{
border-color: #CC3EE0;
}
.TagClassName
{
border-color: #CC3EE0;
}
</style>