Shades of Medium Orchid #C464DA
Tints of Medium Orchid #C464DA
RGB
CMYK
RGB Variations
Color information
#C464DA (or 0xC464DA) is known color: Medium Orchid. HEX triplet: C4, 64 and DA. RGB value is (196,100,218). Sum of RGB (Red+Green+Blue) = 196+100+218=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #C464DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C464DA is #3B9B25. Grayscale: #8D8D8D. Windows color (decimal): -3906342 or 14312644. OLE color: 14312644.
HSL color Cylindrical-coordinate representation of color #C464DA: hue angle of 288.81º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C464DA is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 100 | 218 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.15 |
| HSL | 288.81º | 0.61% | 0.62% | - |
| HSV(B) | 288.81º | 0.54% | 0.85% | - |
| XYZ | 39.98 | 25.91 | 69.22 | - |
| YUV | 142.16 | 170.8 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 100 | 218 | 0.10 | 0.54 | 0 | 0.15 | 288.81 | 0.61 | 0.62 |
| Hex | C4 | 64 | DA | A | 36 | 0 | F | 121 | 3D | 3E |
| Octal | 304 | 144 | 332 | 12 | 66 | 0 | 17 | 441 | 75 | 76 |
| Binary | 11000100 | 1100100 | 11011010 | 1010 | 110110 | 0 | 1111 | 100100001 | 111101 | 111110 |
Color Harmonies of #C464DA
Complementary color
Monochromatic Colors of #C464DA
Black with #C464DA
Text Example
Text Example
White with #C464DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C464DA; }
p { color: rgb(196,100,218); }
H1.HeaderClassName
{
color: #C464DA;
}
.AnyTagClassName
{
color: #C464DA;
}
</style>
background-color css
<style>
a { background-color: #C464DA; }
a { background-color: rgb(196,100,218); }
div.DivClassName
{
background-color: #C464DA;
}
.BgClassName
{
background-color: #C464DA;
}
</style>
border-color css
<style>
span { border-color: #C464DA; }
span { border-color: rgb(196,100,218); }
td.TdClassName
{
border-color: #C464DA;
}
.TagClassName
{
border-color: #C464DA;
}
</style>