Shades of Medium Orchid #C640D5
Tints of Medium Orchid #C640D5
RGB
CMYK
RGB Variations
Color information
#C640D5 (or 0xC640D5) is known color: Medium Orchid. HEX triplet: C6, 40 and D5. RGB value is (198,64,213). Sum of RGB (Red+Green+Blue) = 198+64+213=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 64 (25.39% from 255 or 13.47% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 213 - color contains mainly: blue. Hex color #C640D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C640D5 is #39BF2A. Grayscale: #787878. Windows color (decimal): -3784491 or 13975750. OLE color: 13975750.
HSL color Cylindrical-coordinate representation of color #C640D5: hue angle of 293.96º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C640D5 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 64 | 213 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.16 |
| HSL | 293.96º | 0.64% | 0.54% | - |
| HSV(B) | 293.96º | 0.7% | 0.84% | - |
| XYZ | 37.13 | 20.48 | 64.95 | - |
| YUV | 121.05 | 179.89 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 213 | 0.07 | 0.70 | 0 | 0.16 | 293.96 | 0.64 | 0.54 |
| Hex | C6 | 40 | D5 | 7 | 46 | 0 | 10 | 126 | 40 | 36 |
| Octal | 306 | 100 | 325 | 7 | 106 | 0 | 20 | 446 | 100 | 66 |
| Binary | 11000110 | 1000000 | 11010101 | 111 | 1000110 | 0 | 10000 | 100100110 | 1000000 | 110110 |
Color Harmonies of #C640D5
Complementary color
Monochromatic Colors of #C640D5
Black with #C640D5
Text Example
Text Example
White with #C640D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C640D5; }
p { color: rgb(198,64,213); }
H1.HeaderClassName
{
color: #C640D5;
}
.AnyTagClassName
{
color: #C640D5;
}
</style>
background-color css
<style>
a { background-color: #C640D5; }
a { background-color: rgb(198,64,213); }
div.DivClassName
{
background-color: #C640D5;
}
.BgClassName
{
background-color: #C640D5;
}
</style>
border-color css
<style>
span { border-color: #C640D5; }
span { border-color: rgb(198,64,213); }
td.TdClassName
{
border-color: #C640D5;
}
.TagClassName
{
border-color: #C640D5;
}
</style>