Shades of Medium Orchid #CC39DC
Tints of Medium Orchid #CC39DC
RGB
CMYK
RGB Variations
Color information
#CC39DC (or 0xCC39DC) is known color: Medium Orchid. HEX triplet: CC, 39 and DC. RGB value is (204,57,220). Sum of RGB (Red+Green+Blue) = 204+57+220=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 57 (22.66% from 255 or 11.85% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC39DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC39DC is #33C623. Grayscale: #777777. Windows color (decimal): -3393060 or 14432716. OLE color: 14432716.
HSL color Cylindrical-coordinate representation of color #CC39DC: hue angle of 294.11º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC39DC is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 57 | 220 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.14 |
| HSL | 294.11º | 0.7% | 0.54% | - |
| HSV(B) | 294.11º | 0.74% | 0.86% | - |
| XYZ | 39.28 | 20.93 | 69.68 | - |
| YUV | 119.54 | 184.7 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 220 | 0.07 | 0.74 | 0 | 0.14 | 294.11 | 0.7 | 0.54 |
| Hex | CC | 39 | DC | 7 | 4A | 0 | E | 126 | 46 | 36 |
| Octal | 314 | 71 | 334 | 7 | 112 | 0 | 16 | 446 | 106 | 66 |
| Binary | 11001100 | 111001 | 11011100 | 111 | 1001010 | 0 | 1110 | 100100110 | 1000110 | 110110 |
Color Harmonies of #CC39DC
Complementary color
Monochromatic Colors of #CC39DC
Black with #CC39DC
Text Example
Text Example
White with #CC39DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC39DC; }
p { color: rgb(204,57,220); }
H1.HeaderClassName
{
color: #CC39DC;
}
.AnyTagClassName
{
color: #CC39DC;
}
</style>
background-color css
<style>
a { background-color: #CC39DC; }
a { background-color: rgb(204,57,220); }
div.DivClassName
{
background-color: #CC39DC;
}
.BgClassName
{
background-color: #CC39DC;
}
</style>
border-color css
<style>
span { border-color: #CC39DC; }
span { border-color: rgb(204,57,220); }
td.TdClassName
{
border-color: #CC39DC;
}
.TagClassName
{
border-color: #CC39DC;
}
</style>