Shades of Medium Orchid #C439DD
Tints of Medium Orchid #C439DD
RGB
CMYK
RGB Variations
Color information
#C439DD (or 0xC439DD) is known color: Medium Orchid. HEX triplet: C4, 39 and DD. RGB value is (196,57,221). Sum of RGB (Red+Green+Blue) = 196+57+221=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 57 (22.66% from 255 or 12.03% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #C439DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C439DD is #3BC622. Grayscale: #747474. Windows color (decimal): -3917347 or 14498244. OLE color: 14498244.
HSL color Cylindrical-coordinate representation of color #C439DD: hue angle of 290.85º 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 #C439DD is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 57 | 221 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.13 |
| HSL | 290.85º | 0.71% | 0.55% | - |
| HSV(B) | 290.85º | 0.74% | 0.87% | - |
| XYZ | 37.28 | 19.88 | 70.28 | - |
| YUV | 117.26 | 186.55 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 57 | 221 | 0.11 | 0.74 | 0 | 0.13 | 290.85 | 0.71 | 0.55 |
| Hex | C4 | 39 | DD | B | 4A | 0 | D | 123 | 47 | 37 |
| Octal | 304 | 71 | 335 | 13 | 112 | 0 | 15 | 443 | 107 | 67 |
| Binary | 11000100 | 111001 | 11011101 | 1011 | 1001010 | 0 | 1101 | 100100011 | 1000111 | 110111 |
Color Harmonies of #C439DD
Complementary color
Monochromatic Colors of #C439DD
Black with #C439DD
Text Example
Text Example
White with #C439DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C439DD; }
p { color: rgb(196,57,221); }
H1.HeaderClassName
{
color: #C439DD;
}
.AnyTagClassName
{
color: #C439DD;
}
</style>
background-color css
<style>
a { background-color: #C439DD; }
a { background-color: rgb(196,57,221); }
div.DivClassName
{
background-color: #C439DD;
}
.BgClassName
{
background-color: #C439DD;
}
</style>
border-color css
<style>
span { border-color: #C439DD; }
span { border-color: rgb(196,57,221); }
td.TdClassName
{
border-color: #C439DD;
}
.TagClassName
{
border-color: #C439DD;
}
</style>