Shades of Medium Orchid #C759DD
Tints of Medium Orchid #C759DD
RGB
CMYK
RGB Variations
Color information
#C759DD (or 0xC759DD) is known color: Medium Orchid. HEX triplet: C7, 59 and DD. RGB value is (199,89,221). Sum of RGB (Red+Green+Blue) = 199+89+221=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 89 (35.16% from 255 or 17.49% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #C759DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C759DD is #38A622. Grayscale: #888888. Windows color (decimal): -3712547 or 14506439. OLE color: 14506439.
HSL color Cylindrical-coordinate representation of color #C759DD: hue angle of 290º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C759DD is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 89 | 221 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.13 |
| HSL | 290º | 0.66% | 0.61% | - |
| HSV(B) | 290º | 0.6% | 0.87% | - |
| XYZ | 40.18 | 24.51 | 71.02 | - |
| YUV | 136.94 | 175.44 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 221 | 0.10 | 0.60 | 0 | 0.13 | 290 | 0.66 | 0.61 |
| Hex | C7 | 59 | DD | A | 3C | 0 | D | 122 | 42 | 3D |
| Octal | 307 | 131 | 335 | 12 | 74 | 0 | 15 | 442 | 102 | 75 |
| Binary | 11000111 | 1011001 | 11011101 | 1010 | 111100 | 0 | 1101 | 100100010 | 1000010 | 111101 |
Color Harmonies of #C759DD
Complementary color
Monochromatic Colors of #C759DD
Black with #C759DD
Text Example
Text Example
White with #C759DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C759DD; }
p { color: rgb(199,89,221); }
H1.HeaderClassName
{
color: #C759DD;
}
.AnyTagClassName
{
color: #C759DD;
}
</style>
background-color css
<style>
a { background-color: #C759DD; }
a { background-color: rgb(199,89,221); }
div.DivClassName
{
background-color: #C759DD;
}
.BgClassName
{
background-color: #C759DD;
}
</style>
border-color css
<style>
span { border-color: #C759DD; }
span { border-color: rgb(199,89,221); }
td.TdClassName
{
border-color: #C759DD;
}
.TagClassName
{
border-color: #C759DD;
}
</style>