Shades of Medium Orchid #C640DB
Tints of Medium Orchid #C640DB
RGB
CMYK
RGB Variations
Color information
#C640DB (or 0xC640DB) is known color: Medium Orchid. HEX triplet: C6, 40 and DB. RGB value is (198,64,219). Sum of RGB (Red+Green+Blue) = 198+64+219=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #C640DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C640DB is #39BF24. Grayscale: #797979. Windows color (decimal): -3784485 or 14368966. OLE color: 14368966.
HSL color Cylindrical-coordinate representation of color #C640DB: hue angle of 291.87º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C640DB is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 64 | 219 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.14 |
| HSL | 291.87º | 0.68% | 0.55% | - |
| HSV(B) | 291.87º | 0.71% | 0.86% | - |
| XYZ | 37.91 | 20.79 | 69.03 | - |
| YUV | 121.74 | 182.89 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 219 | 0.10 | 0.71 | 0 | 0.14 | 291.87 | 0.68 | 0.55 |
| Hex | C6 | 40 | DB | A | 47 | 0 | E | 124 | 44 | 37 |
| Octal | 306 | 100 | 333 | 12 | 107 | 0 | 16 | 444 | 104 | 67 |
| Binary | 11000110 | 1000000 | 11011011 | 1010 | 1000111 | 0 | 1110 | 100100100 | 1000100 | 110111 |
Color Harmonies of #C640DB
Complementary color
Monochromatic Colors of #C640DB
Black with #C640DB
Text Example
Text Example
White with #C640DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C640DB; }
p { color: rgb(198,64,219); }
H1.HeaderClassName
{
color: #C640DB;
}
.AnyTagClassName
{
color: #C640DB;
}
</style>
background-color css
<style>
a { background-color: #C640DB; }
a { background-color: rgb(198,64,219); }
div.DivClassName
{
background-color: #C640DB;
}
.BgClassName
{
background-color: #C640DB;
}
</style>
border-color css
<style>
span { border-color: #C640DB; }
span { border-color: rgb(198,64,219); }
td.TdClassName
{
border-color: #C640DB;
}
.TagClassName
{
border-color: #C640DB;
}
</style>