Shades of Medium Orchid #C640DF
Tints of Medium Orchid #C640DF
RGB
CMYK
RGB Variations
Color information
#C640DF (or 0xC640DF) is known color: Medium Orchid. HEX triplet: C6, 40 and DF. RGB value is (198,64,223). Sum of RGB (Red+Green+Blue) = 198+64+223=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 64 (25.39% from 255 or 13.20% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #C640DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C640DF is #39BF20. Grayscale: #797979. Windows color (decimal): -3784481 or 14631110. OLE color: 14631110.
HSL color Cylindrical-coordinate representation of color #C640DF: hue angle of 290.57º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C640DF is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 64 | 223 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.13 |
| HSL | 290.57º | 0.71% | 0.56% | - |
| HSV(B) | 290.57º | 0.71% | 0.87% | - |
| XYZ | 38.44 | 21 | 71.84 | - |
| YUV | 122.19 | 184.89 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 223 | 0.11 | 0.71 | 0 | 0.13 | 290.57 | 0.71 | 0.56 |
| Hex | C6 | 40 | DF | B | 47 | 0 | D | 123 | 47 | 38 |
| Octal | 306 | 100 | 337 | 13 | 107 | 0 | 15 | 443 | 107 | 70 |
| Binary | 11000110 | 1000000 | 11011111 | 1011 | 1000111 | 0 | 1101 | 100100011 | 1000111 | 111000 |
Color Harmonies of #C640DF
Complementary color
Monochromatic Colors of #C640DF
Black with #C640DF
Text Example
Text Example
White with #C640DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C640DF; }
p { color: rgb(198,64,223); }
H1.HeaderClassName
{
color: #C640DF;
}
.AnyTagClassName
{
color: #C640DF;
}
</style>
background-color css
<style>
a { background-color: #C640DF; }
a { background-color: rgb(198,64,223); }
div.DivClassName
{
background-color: #C640DF;
}
.BgClassName
{
background-color: #C640DF;
}
</style>
border-color css
<style>
span { border-color: #C640DF; }
span { border-color: rgb(198,64,223); }
td.TdClassName
{
border-color: #C640DF;
}
.TagClassName
{
border-color: #C640DF;
}
</style>