Shades of Medium Orchid #C759DB
Tints of Medium Orchid #C759DB
RGB
CMYK
RGB Variations
Color information
#C759DB (or 0xC759DB) is known color: Medium Orchid. HEX triplet: C7, 59 and DB. RGB value is (199,89,219). Sum of RGB (Red+Green+Blue) = 199+89+219=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 89 (35.16% from 255 or 17.55% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #C759DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C759DB is #38A624. Grayscale: #888888. Windows color (decimal): -3712549 or 14375367. OLE color: 14375367.
HSL color Cylindrical-coordinate representation of color #C759DB: hue angle of 290.77º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C759DB is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 89 | 219 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.14 |
| HSL | 290.77º | 0.64% | 0.6% | - |
| HSV(B) | 290.77º | 0.59% | 0.86% | - |
| XYZ | 39.91 | 24.4 | 69.62 | - |
| YUV | 136.71 | 174.44 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 219 | 0.09 | 0.59 | 0 | 0.14 | 290.77 | 0.64 | 0.6 |
| Hex | C7 | 59 | DB | 9 | 3B | 0 | E | 123 | 40 | 3C |
| Octal | 307 | 131 | 333 | 11 | 73 | 0 | 16 | 443 | 100 | 74 |
| Binary | 11000111 | 1011001 | 11011011 | 1001 | 111011 | 0 | 1110 | 100100011 | 1000000 | 111100 |
Color Harmonies of #C759DB
Complementary color
Monochromatic Colors of #C759DB
Black with #C759DB
Text Example
Text Example
White with #C759DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C759DB; }
p { color: rgb(199,89,219); }
H1.HeaderClassName
{
color: #C759DB;
}
.AnyTagClassName
{
color: #C759DB;
}
</style>
background-color css
<style>
a { background-color: #C759DB; }
a { background-color: rgb(199,89,219); }
div.DivClassName
{
background-color: #C759DB;
}
.BgClassName
{
background-color: #C759DB;
}
</style>
border-color css
<style>
span { border-color: #C759DB; }
span { border-color: rgb(199,89,219); }
td.TdClassName
{
border-color: #C759DB;
}
.TagClassName
{
border-color: #C759DB;
}
</style>