Shades of Medium Orchid #CC39E2
Tints of Medium Orchid #CC39E2
RGB
CMYK
RGB Variations
Color information
#CC39E2 (or 0xCC39E2) is known color: Medium Orchid. HEX triplet: CC, 39 and E2. RGB value is (204,57,226). Sum of RGB (Red+Green+Blue) = 204+57+226=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 57 (22.66% from 255 or 11.70% from 487); Blue value is 226 (88.67% from 255 or 46.41% from 487); Max value from RGB is 226 - color contains mainly: blue. Hex color #CC39E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC39E2 is #33C61D. Grayscale: #777777. Windows color (decimal): -3393054 or 14825932. OLE color: 14825932.
HSL color Cylindrical-coordinate representation of color #CC39E2: hue angle of 292.19º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC39E2 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 57 | 226 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.11 |
| HSL | 292.19º | 0.74% | 0.55% | - |
| HSV(B) | 292.19º | 0.75% | 0.89% | - |
| XYZ | 40.09 | 21.25 | 73.94 | - |
| YUV | 120.22 | 187.7 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 226 | 0.10 | 0.75 | 0 | 0.11 | 292.19 | 0.74 | 0.55 |
| Hex | CC | 39 | E2 | A | 4B | 0 | B | 124 | 4A | 37 |
| Octal | 314 | 71 | 342 | 12 | 113 | 0 | 13 | 444 | 112 | 67 |
| Binary | 11001100 | 111001 | 11100010 | 1010 | 1001011 | 0 | 1011 | 100100100 | 1001010 | 110111 |
Color Harmonies of #CC39E2
Complementary color
Monochromatic Colors of #CC39E2
Black with #CC39E2
Text Example
Text Example
White with #CC39E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC39E2; }
p { color: rgb(204,57,226); }
H1.HeaderClassName
{
color: #CC39E2;
}
.AnyTagClassName
{
color: #CC39E2;
}
</style>
background-color css
<style>
a { background-color: #CC39E2; }
a { background-color: rgb(204,57,226); }
div.DivClassName
{
background-color: #CC39E2;
}
.BgClassName
{
background-color: #CC39E2;
}
</style>
border-color css
<style>
span { border-color: #CC39E2; }
span { border-color: rgb(204,57,226); }
td.TdClassName
{
border-color: #CC39E2;
}
.TagClassName
{
border-color: #CC39E2;
}
</style>