Shades of Medium Orchid #C464D4
Tints of Medium Orchid #C464D4
RGB
CMYK
RGB Variations
Color information
#C464D4 (or 0xC464D4) is known color: Medium Orchid. HEX triplet: C4, 64 and D4. RGB value is (196,100,212). Sum of RGB (Red+Green+Blue) = 196+100+212=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 100 (39.45% from 255 or 19.69% from 508); Blue value is 212 (83.20% from 255 or 41.73% from 508); Max value from RGB is 212 - color contains mainly: blue. Hex color #C464D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C464D4 is #3B9B2B. Grayscale: #8D8D8D. Windows color (decimal): -3906348 or 13919428. OLE color: 13919428.
HSL color Cylindrical-coordinate representation of color #C464D4: hue angle of 291.43º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C464D4 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 100 | 212 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.17 |
| HSL | 291.43º | 0.57% | 0.61% | - |
| HSV(B) | 291.43º | 0.53% | 0.83% | - |
| XYZ | 39.21 | 25.6 | 65.16 | - |
| YUV | 141.47 | 167.8 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 100 | 212 | 0.08 | 0.53 | 0 | 0.17 | 291.43 | 0.57 | 0.61 |
| Hex | C4 | 64 | D4 | 8 | 35 | 0 | 11 | 123 | 39 | 3D |
| Octal | 304 | 144 | 324 | 10 | 65 | 0 | 21 | 443 | 71 | 75 |
| Binary | 11000100 | 1100100 | 11010100 | 1000 | 110101 | 0 | 10001 | 100100011 | 111001 | 111101 |
Color Harmonies of #C464D4
Complementary color
Monochromatic Colors of #C464D4
Black with #C464D4
Text Example
Text Example
White with #C464D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C464D4; }
p { color: rgb(196,100,212); }
H1.HeaderClassName
{
color: #C464D4;
}
.AnyTagClassName
{
color: #C464D4;
}
</style>
background-color css
<style>
a { background-color: #C464D4; }
a { background-color: rgb(196,100,212); }
div.DivClassName
{
background-color: #C464D4;
}
.BgClassName
{
background-color: #C464D4;
}
</style>
border-color css
<style>
span { border-color: #C464D4; }
span { border-color: rgb(196,100,212); }
td.TdClassName
{
border-color: #C464D4;
}
.TagClassName
{
border-color: #C464D4;
}
</style>