Shades of Medium Orchid #CC39D5
Tints of Medium Orchid #CC39D5
RGB
CMYK
RGB Variations
Color information
#CC39D5 (or 0xCC39D5) is known color: Medium Orchid. HEX triplet: CC, 39 and D5. RGB value is (204,57,213). Sum of RGB (Red+Green+Blue) = 204+57+213=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 57 (22.66% from 255 or 12.03% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC39D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC39D5 is #33C62A. Grayscale: #767676. Windows color (decimal): -3393067 or 13973964. OLE color: 13973964.
HSL color Cylindrical-coordinate representation of color #CC39D5: hue angle of 296.54º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC39D5 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 57 | 213 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.16 |
| HSL | 296.54º | 0.65% | 0.53% | - |
| HSV(B) | 296.54º | 0.73% | 0.84% | - |
| XYZ | 38.38 | 20.57 | 64.9 | - |
| YUV | 118.74 | 181.2 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 213 | 0.04 | 0.73 | 0 | 0.16 | 296.54 | 0.65 | 0.53 |
| Hex | CC | 39 | D5 | 4 | 49 | 0 | 10 | 129 | 41 | 35 |
| Octal | 314 | 71 | 325 | 4 | 111 | 0 | 20 | 451 | 101 | 65 |
| Binary | 11001100 | 111001 | 11010101 | 100 | 1001001 | 0 | 10000 | 100101001 | 1000001 | 110101 |
Color Harmonies of #CC39D5
Complementary color
Monochromatic Colors of #CC39D5
Black with #CC39D5
Text Example
Text Example
White with #CC39D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC39D5; }
p { color: rgb(204,57,213); }
H1.HeaderClassName
{
color: #CC39D5;
}
.AnyTagClassName
{
color: #CC39D5;
}
</style>
background-color css
<style>
a { background-color: #CC39D5; }
a { background-color: rgb(204,57,213); }
div.DivClassName
{
background-color: #CC39D5;
}
.BgClassName
{
background-color: #CC39D5;
}
</style>
border-color css
<style>
span { border-color: #CC39D5; }
span { border-color: rgb(204,57,213); }
td.TdClassName
{
border-color: #CC39D5;
}
.TagClassName
{
border-color: #CC39D5;
}
</style>