Shades of Medium Orchid #C764DB
Tints of Medium Orchid #C764DB
RGB
CMYK
RGB Variations
Color information
#C764DB (or 0xC764DB) is known color: Medium Orchid. HEX triplet: C7, 64 and DB. RGB value is (199,100,219). Sum of RGB (Red+Green+Blue) = 199+100+219=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 100 (39.45% from 255 or 19.31% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #C764DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C764DB is #389B24. Grayscale: #8E8E8E. Windows color (decimal): -3709733 or 14378183. OLE color: 14378183.
HSL color Cylindrical-coordinate representation of color #C764DB: hue angle of 289.92º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C764DB is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 100 | 219 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.14 |
| HSL | 289.92º | 0.62% | 0.63% | - |
| HSV(B) | 289.92º | 0.54% | 0.86% | - |
| XYZ | 40.9 | 26.37 | 69.95 | - |
| YUV | 143.17 | 170.8 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 219 | 0.09 | 0.54 | 0 | 0.14 | 289.92 | 0.62 | 0.63 |
| Hex | C7 | 64 | DB | 9 | 36 | 0 | E | 122 | 3E | 3F |
| Octal | 307 | 144 | 333 | 11 | 66 | 0 | 16 | 442 | 76 | 77 |
| Binary | 11000111 | 1100100 | 11011011 | 1001 | 110110 | 0 | 1110 | 100100010 | 111110 | 111111 |
Color Harmonies of #C764DB
Complementary color
Monochromatic Colors of #C764DB
Black with #C764DB
Text Example
Text Example
White with #C764DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C764DB; }
p { color: rgb(199,100,219); }
H1.HeaderClassName
{
color: #C764DB;
}
.AnyTagClassName
{
color: #C764DB;
}
</style>
background-color css
<style>
a { background-color: #C764DB; }
a { background-color: rgb(199,100,219); }
div.DivClassName
{
background-color: #C764DB;
}
.BgClassName
{
background-color: #C764DB;
}
</style>
border-color css
<style>
span { border-color: #C764DB; }
span { border-color: rgb(199,100,219); }
td.TdClassName
{
border-color: #C764DB;
}
.TagClassName
{
border-color: #C764DB;
}
</style>