Shades of Medium Orchid #C640DC
Tints of Medium Orchid #C640DC
RGB
CMYK
RGB Variations
Color information
#C640DC (or 0xC640DC) is known color: Medium Orchid. HEX triplet: C6, 40 and DC. RGB value is (198,64,220). Sum of RGB (Red+Green+Blue) = 198+64+220=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 64 (25.39% from 255 or 13.28% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #C640DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C640DC is #39BF23. Grayscale: #797979. Windows color (decimal): -3784484 or 14434502. OLE color: 14434502.
HSL color Cylindrical-coordinate representation of color #C640DC: hue angle of 291.54º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C640DC is Cyan = 0.1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 64 | 220 | - |
| CMYK | 0.1 | 0.71 | 0 | 0.14 |
| HSL | 291.54º | 0.69% | 0.56% | - |
| HSV(B) | 291.54º | 0.71% | 0.86% | - |
| XYZ | 38.04 | 20.84 | 69.73 | - |
| YUV | 121.85 | 183.39 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 220 | 0.1 | 0.71 | 0 | 0.14 | 291.54 | 0.69 | 0.56 |
| Hex | C6 | 40 | DC | A | 47 | 0 | E | 124 | 45 | 38 |
| Octal | 306 | 100 | 334 | 12 | 107 | 0 | 16 | 444 | 105 | 70 |
| Binary | 11000110 | 1000000 | 11011100 | 1010 | 1000111 | 0 | 1110 | 100100100 | 1000101 | 111000 |
Color Harmonies of #C640DC
Complementary color
Monochromatic Colors of #C640DC
Black with #C640DC
Text Example
Text Example
White with #C640DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C640DC; }
p { color: rgb(198,64,220); }
H1.HeaderClassName
{
color: #C640DC;
}
.AnyTagClassName
{
color: #C640DC;
}
</style>
background-color css
<style>
a { background-color: #C640DC; }
a { background-color: rgb(198,64,220); }
div.DivClassName
{
background-color: #C640DC;
}
.BgClassName
{
background-color: #C640DC;
}
</style>
border-color css
<style>
span { border-color: #C640DC; }
span { border-color: rgb(198,64,220); }
td.TdClassName
{
border-color: #C640DC;
}
.TagClassName
{
border-color: #C640DC;
}
</style>