Shades of Orchid #D565DF
Tints of Orchid #D565DF
RGB
CMYK
RGB Variations
Color information
#D565DF (or 0xD565DF) is known color: Orchid. HEX triplet: D5, 65 and DF. RGB value is (213,101,223). Sum of RGB (Red+Green+Blue) = 213+101+223=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 101 (39.84% from 255 or 18.81% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #D565DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D565DF is #2A9A20. Grayscale: #949494. Windows color (decimal): -2791969 or 14640597. OLE color: 14640597.
HSL color Cylindrical-coordinate representation of color #D565DF: hue angle of 295.08º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D565DF is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 101 | 223 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.13 |
| HSL | 295.08º | 0.66% | 0.64% | - |
| HSV(B) | 295.08º | 0.55% | 0.87% | - |
| XYZ | 45.41 | 28.78 | 72.97 | - |
| YUV | 148.4 | 170.11 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 223 | 0.04 | 0.55 | 0 | 0.13 | 295.08 | 0.66 | 0.64 |
| Hex | D5 | 65 | DF | 4 | 37 | 0 | D | 127 | 42 | 40 |
| Octal | 325 | 145 | 337 | 4 | 67 | 0 | 15 | 447 | 102 | 100 |
| Binary | 11010101 | 1100101 | 11011111 | 100 | 110111 | 0 | 1101 | 100100111 | 1000010 | 1000000 |
Color Harmonies of #D565DF
Complementary color
Monochromatic Colors of #D565DF
Black with #D565DF
Text Example
Text Example
White with #D565DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D565DF; }
p { color: rgb(213,101,223); }
H1.HeaderClassName
{
color: #D565DF;
}
.AnyTagClassName
{
color: #D565DF;
}
</style>
background-color css
<style>
a { background-color: #D565DF; }
a { background-color: rgb(213,101,223); }
div.DivClassName
{
background-color: #D565DF;
}
.BgClassName
{
background-color: #D565DF;
}
</style>
border-color css
<style>
span { border-color: #D565DF; }
span { border-color: rgb(213,101,223); }
td.TdClassName
{
border-color: #D565DF;
}
.TagClassName
{
border-color: #D565DF;
}
</style>