Shades of Medium Orchid #CC2DE0
Tints of Medium Orchid #CC2DE0
RGB
CMYK
RGB Variations
Color information
#CC2DE0 (or 0xCC2DE0) is known color: Medium Orchid. HEX triplet: CC, 2D and E0. RGB value is (204,45,224). Sum of RGB (Red+Green+Blue) = 204+45+224=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 45 (17.97% from 255 or 9.51% from 473); Blue value is 224 (87.89% from 255 or 47.36% from 473); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC2DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2DE0 is #33D21F. Grayscale: #707070. Windows color (decimal): -3396128 or 14691788. OLE color: 14691788.
HSL color Cylindrical-coordinate representation of color #CC2DE0: hue angle of 293.3º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2DE0 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 45 | 224 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.12 |
| HSL | 293.3º | 0.74% | 0.53% | - |
| HSV(B) | 293.3º | 0.8% | 0.88% | - |
| XYZ | 39.29 | 20.1 | 72.33 | - |
| YUV | 112.95 | 190.68 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 224 | 0.09 | 0.80 | 0 | 0.12 | 293.3 | 0.74 | 0.53 |
| Hex | CC | 2D | E0 | 9 | 50 | 0 | C | 125 | 4A | 35 |
| Octal | 314 | 55 | 340 | 11 | 120 | 0 | 14 | 445 | 112 | 65 |
| Binary | 11001100 | 101101 | 11100000 | 1001 | 1010000 | 0 | 1100 | 100100101 | 1001010 | 110101 |
Color Harmonies of #CC2DE0
Complementary color
Monochromatic Colors of #CC2DE0
Black with #CC2DE0
Text Example
Text Example
White with #CC2DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2DE0; }
p { color: rgb(204,45,224); }
H1.HeaderClassName
{
color: #CC2DE0;
}
.AnyTagClassName
{
color: #CC2DE0;
}
</style>
background-color css
<style>
a { background-color: #CC2DE0; }
a { background-color: rgb(204,45,224); }
div.DivClassName
{
background-color: #CC2DE0;
}
.BgClassName
{
background-color: #CC2DE0;
}
</style>
border-color css
<style>
span { border-color: #CC2DE0; }
span { border-color: rgb(204,45,224); }
td.TdClassName
{
border-color: #CC2DE0;
}
.TagClassName
{
border-color: #CC2DE0;
}
</style>