Shades of Medium Orchid #C459DC
Tints of Medium Orchid #C459DC
RGB
CMYK
RGB Variations
Color information
#C459DC (or 0xC459DC) is known color: Medium Orchid. HEX triplet: C4, 59 and DC. RGB value is (196,89,220). Sum of RGB (Red+Green+Blue) = 196+89+220=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 89 (35.16% from 255 or 17.62% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #C459DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C459DC is #3BA623. Grayscale: #878787. Windows color (decimal): -3909156 or 14440900. OLE color: 14440900.
HSL color Cylindrical-coordinate representation of color #C459DC: hue angle of 289.01º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C459DC is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 89 | 220 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.14 |
| HSL | 289.01º | 0.65% | 0.61% | - |
| HSV(B) | 289.01º | 0.6% | 0.86% | - |
| XYZ | 39.26 | 24.05 | 70.28 | - |
| YUV | 135.93 | 175.45 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 89 | 220 | 0.11 | 0.60 | 0 | 0.14 | 289.01 | 0.65 | 0.61 |
| Hex | C4 | 59 | DC | B | 3C | 0 | E | 121 | 41 | 3D |
| Octal | 304 | 131 | 334 | 13 | 74 | 0 | 16 | 441 | 101 | 75 |
| Binary | 11000100 | 1011001 | 11011100 | 1011 | 111100 | 0 | 1110 | 100100001 | 1000001 | 111101 |
Color Harmonies of #C459DC
Complementary color
Monochromatic Colors of #C459DC
Black with #C459DC
Text Example
Text Example
White with #C459DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C459DC; }
p { color: rgb(196,89,220); }
H1.HeaderClassName
{
color: #C459DC;
}
.AnyTagClassName
{
color: #C459DC;
}
</style>
background-color css
<style>
a { background-color: #C459DC; }
a { background-color: rgb(196,89,220); }
div.DivClassName
{
background-color: #C459DC;
}
.BgClassName
{
background-color: #C459DC;
}
</style>
border-color css
<style>
span { border-color: #C459DC; }
span { border-color: rgb(196,89,220); }
td.TdClassName
{
border-color: #C459DC;
}
.TagClassName
{
border-color: #C459DC;
}
</style>