Shades of Medium Orchid #CC2DE9
Tints of Medium Orchid #CC2DE9
RGB
CMYK
RGB Variations
Color information
#CC2DE9 (or 0xCC2DE9) is known color: Medium Orchid. HEX triplet: CC, 2D and E9. RGB value is (204,45,233). Sum of RGB (Red+Green+Blue) = 204+45+233=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 45 (17.97% from 255 or 9.34% from 482); Blue value is 233 (91.41% from 255 or 48.34% from 482); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC2DE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2DE9 is #33D216. Grayscale: #717171. Windows color (decimal): -3396119 or 15281612. OLE color: 15281612.
HSL color Cylindrical-coordinate representation of color #CC2DE9: hue angle of 290.74º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2DE9 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 45 | 233 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.09 |
| HSL | 290.74º | 0.81% | 0.55% | - |
| HSV(B) | 290.74º | 0.81% | 0.91% | - |
| XYZ | 40.55 | 20.6 | 78.93 | - |
| YUV | 113.97 | 195.18 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 233 | 0.12 | 0.81 | 0 | 0.09 | 290.74 | 0.81 | 0.55 |
| Hex | CC | 2D | E9 | C | 51 | 0 | 9 | 123 | 51 | 37 |
| Octal | 314 | 55 | 351 | 14 | 121 | 0 | 11 | 443 | 121 | 67 |
| Binary | 11001100 | 101101 | 11101001 | 1100 | 1010001 | 0 | 1001 | 100100011 | 1010001 | 110111 |
Color Harmonies of #CC2DE9
Complementary color
Monochromatic Colors of #CC2DE9
Black with #CC2DE9
Text Example
Text Example
White with #CC2DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2DE9; }
p { color: rgb(204,45,233); }
H1.HeaderClassName
{
color: #CC2DE9;
}
.AnyTagClassName
{
color: #CC2DE9;
}
</style>
background-color css
<style>
a { background-color: #CC2DE9; }
a { background-color: rgb(204,45,233); }
div.DivClassName
{
background-color: #CC2DE9;
}
.BgClassName
{
background-color: #CC2DE9;
}
</style>
border-color css
<style>
span { border-color: #CC2DE9; }
span { border-color: rgb(204,45,233); }
td.TdClassName
{
border-color: #CC2DE9;
}
.TagClassName
{
border-color: #CC2DE9;
}
</style>