Shades of Medium Orchid #CC39DD
Tints of Medium Orchid #CC39DD
RGB
CMYK
RGB Variations
Color information
#CC39DD (or 0xCC39DD) is known color: Medium Orchid. HEX triplet: CC, 39 and DD. RGB value is (204,57,221). Sum of RGB (Red+Green+Blue) = 204+57+221=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 57 (22.66% from 255 or 11.83% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC39DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC39DD is #33C622. Grayscale: #777777. Windows color (decimal): -3393059 or 14498252. OLE color: 14498252.
HSL color Cylindrical-coordinate representation of color #CC39DD: hue angle of 293.78º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC39DD is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 57 | 221 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.13 |
| HSL | 293.78º | 0.71% | 0.55% | - |
| HSV(B) | 293.78º | 0.74% | 0.87% | - |
| XYZ | 39.42 | 20.98 | 70.38 | - |
| YUV | 119.65 | 185.2 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 221 | 0.08 | 0.74 | 0 | 0.13 | 293.78 | 0.71 | 0.55 |
| Hex | CC | 39 | DD | 8 | 4A | 0 | D | 126 | 47 | 37 |
| Octal | 314 | 71 | 335 | 10 | 112 | 0 | 15 | 446 | 107 | 67 |
| Binary | 11001100 | 111001 | 11011101 | 1000 | 1001010 | 0 | 1101 | 100100110 | 1000111 | 110111 |
Color Harmonies of #CC39DD
Complementary color
Monochromatic Colors of #CC39DD
Black with #CC39DD
Text Example
Text Example
White with #CC39DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC39DD; }
p { color: rgb(204,57,221); }
H1.HeaderClassName
{
color: #CC39DD;
}
.AnyTagClassName
{
color: #CC39DD;
}
</style>
background-color css
<style>
a { background-color: #CC39DD; }
a { background-color: rgb(204,57,221); }
div.DivClassName
{
background-color: #CC39DD;
}
.BgClassName
{
background-color: #CC39DD;
}
</style>
border-color css
<style>
span { border-color: #CC39DD; }
span { border-color: rgb(204,57,221); }
td.TdClassName
{
border-color: #CC39DD;
}
.TagClassName
{
border-color: #CC39DD;
}
</style>