Shades of Medium Orchid #C565D6
Tints of Medium Orchid #C565D6
RGB
CMYK
RGB Variations
Color information
#C565D6 (or 0xC565D6) is known color: Medium Orchid. HEX triplet: C5, 65 and D6. RGB value is (197,101,214). Sum of RGB (Red+Green+Blue) = 197+101+214=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 214 - color contains mainly: blue. Hex color #C565D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C565D6 is #3A9A29. Grayscale: #8E8E8E. Windows color (decimal): -3840554 or 14050757. OLE color: 14050757.
HSL color Cylindrical-coordinate representation of color #C565D6: hue angle of 290.97º 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 #C565D6 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 101 | 214 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.16 |
| HSL | 290.97º | 0.58% | 0.62% | - |
| HSV(B) | 290.97º | 0.53% | 0.84% | - |
| XYZ | 39.82 | 26.03 | 66.54 | - |
| YUV | 142.59 | 168.3 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 214 | 0.08 | 0.53 | 0 | 0.16 | 290.97 | 0.58 | 0.62 |
| Hex | C5 | 65 | D6 | 8 | 35 | 0 | 10 | 123 | 3A | 3E |
| Octal | 305 | 145 | 326 | 10 | 65 | 0 | 20 | 443 | 72 | 76 |
| Binary | 11000101 | 1100101 | 11010110 | 1000 | 110101 | 0 | 10000 | 100100011 | 111010 | 111110 |
Color Harmonies of #C565D6
Complementary color
Monochromatic Colors of #C565D6
Black with #C565D6
Text Example
Text Example
White with #C565D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C565D6; }
p { color: rgb(197,101,214); }
H1.HeaderClassName
{
color: #C565D6;
}
.AnyTagClassName
{
color: #C565D6;
}
</style>
background-color css
<style>
a { background-color: #C565D6; }
a { background-color: rgb(197,101,214); }
div.DivClassName
{
background-color: #C565D6;
}
.BgClassName
{
background-color: #C565D6;
}
</style>
border-color css
<style>
span { border-color: #C565D6; }
span { border-color: rgb(197,101,214); }
td.TdClassName
{
border-color: #C565D6;
}
.TagClassName
{
border-color: #C565D6;
}
</style>