Shades of Medium Orchid #C565DE
Tints of Medium Orchid #C565DE
RGB
CMYK
RGB Variations
Color information
#C565DE (or 0xC565DE) is known color: Medium Orchid. HEX triplet: C5, 65 and DE. RGB value is (197,101,222). Sum of RGB (Red+Green+Blue) = 197+101+222=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #C565DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C565DE is #3A9A21. Grayscale: #8F8F8F. Windows color (decimal): -3840546 or 14575045. OLE color: 14575045.
HSL color Cylindrical-coordinate representation of color #C565DE: hue angle of 287.6º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C565DE is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 101 | 222 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.13 |
| HSL | 287.6º | 0.65% | 0.63% | - |
| HSV(B) | 287.6º | 0.55% | 0.87% | - |
| XYZ | 40.86 | 26.45 | 72.06 | - |
| YUV | 143.5 | 172.3 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 222 | 0.11 | 0.55 | 0 | 0.13 | 287.6 | 0.65 | 0.63 |
| Hex | C5 | 65 | DE | B | 37 | 0 | D | 120 | 41 | 3F |
| Octal | 305 | 145 | 336 | 13 | 67 | 0 | 15 | 440 | 101 | 77 |
| Binary | 11000101 | 1100101 | 11011110 | 1011 | 110111 | 0 | 1101 | 100100000 | 1000001 | 111111 |
Color Harmonies of #C565DE
Complementary color
Monochromatic Colors of #C565DE
Black with #C565DE
Text Example
Text Example
White with #C565DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C565DE; }
p { color: rgb(197,101,222); }
H1.HeaderClassName
{
color: #C565DE;
}
.AnyTagClassName
{
color: #C565DE;
}
</style>
background-color css
<style>
a { background-color: #C565DE; }
a { background-color: rgb(197,101,222); }
div.DivClassName
{
background-color: #C565DE;
}
.BgClassName
{
background-color: #C565DE;
}
</style>
border-color css
<style>
span { border-color: #C565DE; }
span { border-color: rgb(197,101,222); }
td.TdClassName
{
border-color: #C565DE;
}
.TagClassName
{
border-color: #C565DE;
}
</style>