Shades of Medium Orchid #C465D5
Tints of Medium Orchid #C465D5
RGB
CMYK
RGB Variations
Color information
#C465D5 (or 0xC465D5) is known color: Medium Orchid. HEX triplet: C4, 65 and D5. RGB value is (196,101,213). Sum of RGB (Red+Green+Blue) = 196+101+213=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 213 (83.59% from 255 or 41.76% from 510); Max value from RGB is 213 - color contains mainly: blue. Hex color #C465D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C465D5 is #3B9A2A. Grayscale: #8D8D8D. Windows color (decimal): -3906091 or 13985220. OLE color: 13985220.
HSL color Cylindrical-coordinate representation of color #C465D5: hue angle of 290.89º degrees, saturation: 0.57, 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 #C465D5 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 101 | 213 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.16 |
| HSL | 290.89º | 0.57% | 0.62% | - |
| HSV(B) | 290.89º | 0.53% | 0.84% | - |
| XYZ | 39.43 | 25.85 | 65.86 | - |
| YUV | 142.17 | 167.97 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 101 | 213 | 0.08 | 0.53 | 0 | 0.16 | 290.89 | 0.57 | 0.62 |
| Hex | C4 | 65 | D5 | 8 | 35 | 0 | 10 | 123 | 39 | 3E |
| Octal | 304 | 145 | 325 | 10 | 65 | 0 | 20 | 443 | 71 | 76 |
| Binary | 11000100 | 1100101 | 11010101 | 1000 | 110101 | 0 | 10000 | 100100011 | 111001 | 111110 |
Color Harmonies of #C465D5
Complementary color
Monochromatic Colors of #C465D5
Black with #C465D5
Text Example
Text Example
White with #C465D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C465D5; }
p { color: rgb(196,101,213); }
H1.HeaderClassName
{
color: #C465D5;
}
.AnyTagClassName
{
color: #C465D5;
}
</style>
background-color css
<style>
a { background-color: #C465D5; }
a { background-color: rgb(196,101,213); }
div.DivClassName
{
background-color: #C465D5;
}
.BgClassName
{
background-color: #C465D5;
}
</style>
border-color css
<style>
span { border-color: #C465D5; }
span { border-color: rgb(196,101,213); }
td.TdClassName
{
border-color: #C465D5;
}
.TagClassName
{
border-color: #C465D5;
}
</style>