Shades of Medium Orchid #C464D6
Tints of Medium Orchid #C464D6
RGB
CMYK
RGB Variations
Color information
#C464D6 (or 0xC464D6) is known color: Medium Orchid. HEX triplet: C4, 64 and D6. RGB value is (196,100,214). Sum of RGB (Red+Green+Blue) = 196+100+214=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 100 (39.45% from 255 or 19.61% from 510); Blue value is 214 (83.98% from 255 or 41.96% from 510); Max value from RGB is 214 - color contains mainly: blue. Hex color #C464D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C464D6 is #3B9B29. Grayscale: #8D8D8D. Windows color (decimal): -3906346 or 14050500. OLE color: 14050500.
HSL color Cylindrical-coordinate representation of color #C464D6: hue angle of 290.53º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C464D6 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 100 | 214 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.16 |
| HSL | 290.53º | 0.58% | 0.62% | - |
| HSV(B) | 290.53º | 0.53% | 0.84% | - |
| XYZ | 39.46 | 25.71 | 66.5 | - |
| YUV | 141.7 | 168.8 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 100 | 214 | 0.08 | 0.53 | 0 | 0.16 | 290.53 | 0.58 | 0.62 |
| Hex | C4 | 64 | D6 | 8 | 35 | 0 | 10 | 123 | 3A | 3E |
| Octal | 304 | 144 | 326 | 10 | 65 | 0 | 20 | 443 | 72 | 76 |
| Binary | 11000100 | 1100100 | 11010110 | 1000 | 110101 | 0 | 10000 | 100100011 | 111010 | 111110 |
Color Harmonies of #C464D6
Complementary color
Monochromatic Colors of #C464D6
Black with #C464D6
Text Example
Text Example
White with #C464D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C464D6; }
p { color: rgb(196,100,214); }
H1.HeaderClassName
{
color: #C464D6;
}
.AnyTagClassName
{
color: #C464D6;
}
</style>
background-color css
<style>
a { background-color: #C464D6; }
a { background-color: rgb(196,100,214); }
div.DivClassName
{
background-color: #C464D6;
}
.BgClassName
{
background-color: #C464D6;
}
</style>
border-color css
<style>
span { border-color: #C464D6; }
span { border-color: rgb(196,100,214); }
td.TdClassName
{
border-color: #C464D6;
}
.TagClassName
{
border-color: #C464D6;
}
</style>