Shades of Medium Orchid #C640DA
Tints of Medium Orchid #C640DA
RGB
CMYK
RGB Variations
Color information
#C640DA (or 0xC640DA) is known color: Medium Orchid. HEX triplet: C6, 40 and DA. RGB value is (198,64,218). Sum of RGB (Red+Green+Blue) = 198+64+218=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 64 (25.39% from 255 or 13.33% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #C640DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C640DA is #39BF25. Grayscale: #797979. Windows color (decimal): -3784486 or 14303430. OLE color: 14303430.
HSL color Cylindrical-coordinate representation of color #C640DA: hue angle of 292.21º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C640DA is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 64 | 218 | - |
| CMYK | 0.09 | 0.71 | 0 | 0.15 |
| HSL | 292.21º | 0.68% | 0.55% | - |
| HSV(B) | 292.21º | 0.71% | 0.85% | - |
| XYZ | 37.78 | 20.73 | 68.34 | - |
| YUV | 121.62 | 182.39 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 218 | 0.09 | 0.71 | 0 | 0.15 | 292.21 | 0.68 | 0.55 |
| Hex | C6 | 40 | DA | 9 | 47 | 0 | F | 124 | 44 | 37 |
| Octal | 306 | 100 | 332 | 11 | 107 | 0 | 17 | 444 | 104 | 67 |
| Binary | 11000110 | 1000000 | 11011010 | 1001 | 1000111 | 0 | 1111 | 100100100 | 1000100 | 110111 |
Color Harmonies of #C640DA
Complementary color
Monochromatic Colors of #C640DA
Black with #C640DA
Text Example
Text Example
White with #C640DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C640DA; }
p { color: rgb(198,64,218); }
H1.HeaderClassName
{
color: #C640DA;
}
.AnyTagClassName
{
color: #C640DA;
}
</style>
background-color css
<style>
a { background-color: #C640DA; }
a { background-color: rgb(198,64,218); }
div.DivClassName
{
background-color: #C640DA;
}
.BgClassName
{
background-color: #C640DA;
}
</style>
border-color css
<style>
span { border-color: #C640DA; }
span { border-color: rgb(198,64,218); }
td.TdClassName
{
border-color: #C640DA;
}
.TagClassName
{
border-color: #C640DA;
}
</style>