Shades of Medium Orchid #CC2DE1
Tints of Medium Orchid #CC2DE1
RGB
CMYK
RGB Variations
Color information
#CC2DE1 (or 0xCC2DE1) is known color: Medium Orchid. HEX triplet: CC, 2D and E1. RGB value is (204,45,225). Sum of RGB (Red+Green+Blue) = 204+45+225=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 45 (17.97% from 255 or 9.49% from 474); Blue value is 225 (88.28% from 255 or 47.47% from 474); Max value from RGB is 225 - color contains mainly: blue. Hex color #CC2DE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2DE1 is #33D21E. Grayscale: #707070. Windows color (decimal): -3396127 or 14757324. OLE color: 14757324.
HSL color Cylindrical-coordinate representation of color #CC2DE1: hue angle of 293º degrees, saturation: 0.75, 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 #CC2DE1 is Cyan = 0.09, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 45 | 225 | - |
| CMYK | 0.09 | 0.8 | 0 | 0.12 |
| HSL | 293º | 0.75% | 0.53% | - |
| HSV(B) | 293º | 0.8% | 0.88% | - |
| XYZ | 39.43 | 20.15 | 73.05 | - |
| YUV | 113.06 | 191.18 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 225 | 0.09 | 0.8 | 0 | 0.12 | 293 | 0.75 | 0.53 |
| Hex | CC | 2D | E1 | 9 | 50 | 0 | C | 125 | 4B | 35 |
| Octal | 314 | 55 | 341 | 11 | 120 | 0 | 14 | 445 | 113 | 65 |
| Binary | 11001100 | 101101 | 11100001 | 1001 | 1010000 | 0 | 1100 | 100100101 | 1001011 | 110101 |
Color Harmonies of #CC2DE1
Complementary color
Monochromatic Colors of #CC2DE1
Black with #CC2DE1
Text Example
Text Example
White with #CC2DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2DE1; }
p { color: rgb(204,45,225); }
H1.HeaderClassName
{
color: #CC2DE1;
}
.AnyTagClassName
{
color: #CC2DE1;
}
</style>
background-color css
<style>
a { background-color: #CC2DE1; }
a { background-color: rgb(204,45,225); }
div.DivClassName
{
background-color: #CC2DE1;
}
.BgClassName
{
background-color: #CC2DE1;
}
</style>
border-color css
<style>
span { border-color: #CC2DE1; }
span { border-color: rgb(204,45,225); }
td.TdClassName
{
border-color: #CC2DE1;
}
.TagClassName
{
border-color: #CC2DE1;
}
</style>