Shades of Orchid #D565DA
Tints of Orchid #D565DA
RGB
CMYK
RGB Variations
Color information
#D565DA (or 0xD565DA) is known color: Orchid. HEX triplet: D5, 65 and DA. RGB value is (213,101,218). Sum of RGB (Red+Green+Blue) = 213+101+218=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 101 (39.84% from 255 or 18.98% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #D565DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D565DA is #2A9A25. Grayscale: #939393. Windows color (decimal): -2791974 or 14312917. OLE color: 14312917.
HSL color Cylindrical-coordinate representation of color #D565DA: hue angle of 297.44º 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 #D565DA is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 101 | 218 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.15 |
| HSL | 297.44º | 0.61% | 0.63% | - |
| HSV(B) | 297.44º | 0.54% | 0.85% | - |
| XYZ | 44.75 | 28.52 | 69.48 | - |
| YUV | 147.83 | 167.61 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 218 | 0.02 | 0.54 | 0 | 0.15 | 297.44 | 0.61 | 0.63 |
| Hex | D5 | 65 | DA | 2 | 36 | 0 | F | 129 | 3D | 3F |
| Octal | 325 | 145 | 332 | 2 | 66 | 0 | 17 | 451 | 75 | 77 |
| Binary | 11010101 | 1100101 | 11011010 | 10 | 110110 | 0 | 1111 | 100101001 | 111101 | 111111 |
Color Harmonies of #D565DA
Complementary color
Monochromatic Colors of #D565DA
Black with #D565DA
Text Example
Text Example
White with #D565DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D565DA; }
p { color: rgb(213,101,218); }
H1.HeaderClassName
{
color: #D565DA;
}
.AnyTagClassName
{
color: #D565DA;
}
</style>
background-color css
<style>
a { background-color: #D565DA; }
a { background-color: rgb(213,101,218); }
div.DivClassName
{
background-color: #D565DA;
}
.BgClassName
{
background-color: #D565DA;
}
</style>
border-color css
<style>
span { border-color: #D565DA; }
span { border-color: rgb(213,101,218); }
td.TdClassName
{
border-color: #D565DA;
}
.TagClassName
{
border-color: #D565DA;
}
</style>