Shades of Medium Orchid #C763DB
Tints of Medium Orchid #C763DB
RGB
CMYK
RGB Variations
Color information
#C763DB (or 0xC763DB) is known color: Medium Orchid. HEX triplet: C7, 63 and DB. RGB value is (199,99,219). Sum of RGB (Red+Green+Blue) = 199+99+219=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 99 (39.06% from 255 or 19.15% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #C763DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C763DB is #389C24. Grayscale: #8E8E8E. Windows color (decimal): -3709989 or 14377927. OLE color: 14377927.
HSL color Cylindrical-coordinate representation of color #C763DB: hue angle of 290º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C763DB is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 99 | 219 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.14 |
| HSL | 290º | 0.63% | 0.62% | - |
| HSV(B) | 290º | 0.55% | 0.86% | - |
| XYZ | 40.8 | 26.18 | 69.92 | - |
| YUV | 142.58 | 171.13 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 219 | 0.09 | 0.55 | 0 | 0.14 | 290 | 0.63 | 0.62 |
| Hex | C7 | 63 | DB | 9 | 37 | 0 | E | 122 | 3E | 3E |
| Octal | 307 | 143 | 333 | 11 | 67 | 0 | 16 | 442 | 76 | 76 |
| Binary | 11000111 | 1100011 | 11011011 | 1001 | 110111 | 0 | 1110 | 100100010 | 111110 | 111110 |
Color Harmonies of #C763DB
Complementary color
Monochromatic Colors of #C763DB
Black with #C763DB
Text Example
Text Example
White with #C763DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C763DB; }
p { color: rgb(199,99,219); }
H1.HeaderClassName
{
color: #C763DB;
}
.AnyTagClassName
{
color: #C763DB;
}
</style>
background-color css
<style>
a { background-color: #C763DB; }
a { background-color: rgb(199,99,219); }
div.DivClassName
{
background-color: #C763DB;
}
.BgClassName
{
background-color: #C763DB;
}
</style>
border-color css
<style>
span { border-color: #C763DB; }
span { border-color: rgb(199,99,219); }
td.TdClassName
{
border-color: #C763DB;
}
.TagClassName
{
border-color: #C763DB;
}
</style>