Shades of Medium Orchid #C759DC
Tints of Medium Orchid #C759DC
RGB
CMYK
RGB Variations
Color information
#C759DC (or 0xC759DC) is known color: Medium Orchid. HEX triplet: C7, 59 and DC. RGB value is (199,89,220). Sum of RGB (Red+Green+Blue) = 199+89+220=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 89 (35.16% from 255 or 17.52% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #C759DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C759DC is #38A623. Grayscale: #888888. Windows color (decimal): -3712548 or 14440903. OLE color: 14440903.
HSL color Cylindrical-coordinate representation of color #C759DC: hue angle of 290.38º 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 #C759DC is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 89 | 220 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.14 |
| HSL | 290.38º | 0.65% | 0.61% | - |
| HSV(B) | 290.38º | 0.6% | 0.86% | - |
| XYZ | 40.04 | 24.45 | 70.32 | - |
| YUV | 136.82 | 174.94 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 220 | 0.10 | 0.60 | 0 | 0.14 | 290.38 | 0.65 | 0.61 |
| Hex | C7 | 59 | DC | A | 3C | 0 | E | 122 | 41 | 3D |
| Octal | 307 | 131 | 334 | 12 | 74 | 0 | 16 | 442 | 101 | 75 |
| Binary | 11000111 | 1011001 | 11011100 | 1010 | 111100 | 0 | 1110 | 100100010 | 1000001 | 111101 |
Color Harmonies of #C759DC
Complementary color
Monochromatic Colors of #C759DC
Black with #C759DC
Text Example
Text Example
White with #C759DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C759DC; }
p { color: rgb(199,89,220); }
H1.HeaderClassName
{
color: #C759DC;
}
.AnyTagClassName
{
color: #C759DC;
}
</style>
background-color css
<style>
a { background-color: #C759DC; }
a { background-color: rgb(199,89,220); }
div.DivClassName
{
background-color: #C759DC;
}
.BgClassName
{
background-color: #C759DC;
}
</style>
border-color css
<style>
span { border-color: #C759DC; }
span { border-color: rgb(199,89,220); }
td.TdClassName
{
border-color: #C759DC;
}
.TagClassName
{
border-color: #C759DC;
}
</style>