Shades of Medium Orchid #C565DA
Tints of Medium Orchid #C565DA
RGB
CMYK
RGB Variations
Color information
#C565DA (or 0xC565DA) is known color: Medium Orchid. HEX triplet: C5, 65 and DA. RGB value is (197,101,218). Sum of RGB (Red+Green+Blue) = 197+101+218=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #C565DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C565DA is #3A9A25. Grayscale: #8E8E8E. Windows color (decimal): -3840550 or 14312901. OLE color: 14312901.
HSL color Cylindrical-coordinate representation of color #C565DA: hue angle of 289.23º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C565DA is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 101 | 218 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.15 |
| HSL | 289.23º | 0.61% | 0.63% | - |
| HSV(B) | 289.23º | 0.54% | 0.85% | - |
| XYZ | 40.33 | 26.24 | 69.27 | - |
| YUV | 143.04 | 170.3 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 218 | 0.10 | 0.54 | 0 | 0.15 | 289.23 | 0.61 | 0.63 |
| Hex | C5 | 65 | DA | A | 36 | 0 | F | 121 | 3D | 3F |
| Octal | 305 | 145 | 332 | 12 | 66 | 0 | 17 | 441 | 75 | 77 |
| Binary | 11000101 | 1100101 | 11011010 | 1010 | 110110 | 0 | 1111 | 100100001 | 111101 | 111111 |
Color Harmonies of #C565DA
Complementary color
Monochromatic Colors of #C565DA
Black with #C565DA
Text Example
Text Example
White with #C565DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C565DA; }
p { color: rgb(197,101,218); }
H1.HeaderClassName
{
color: #C565DA;
}
.AnyTagClassName
{
color: #C565DA;
}
</style>
background-color css
<style>
a { background-color: #C565DA; }
a { background-color: rgb(197,101,218); }
div.DivClassName
{
background-color: #C565DA;
}
.BgClassName
{
background-color: #C565DA;
}
</style>
border-color css
<style>
span { border-color: #C565DA; }
span { border-color: rgb(197,101,218); }
td.TdClassName
{
border-color: #C565DA;
}
.TagClassName
{
border-color: #C565DA;
}
</style>