Shades of Orchid #D565D4
Tints of Orchid #D565D4
RGB
CMYK
RGB Variations
Color information
#D565D4 (or 0xD565D4) is known color: Orchid. HEX triplet: D5, 65 and D4. RGB value is (213,101,212). Sum of RGB (Red+Green+Blue) = 213+101+212=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 101 (39.84% from 255 or 19.20% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D565D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D565D4 is #2A9A2B. Grayscale: #929292. Windows color (decimal): -2791980 or 13919701. OLE color: 13919701.
HSL color Cylindrical-coordinate representation of color #D565D4: hue angle of 300.54º degrees, saturation: 0.57, 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 #D565D4 is Cyan = 0, Magento = 0.53, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 212 | - |
| CMYK | 0 | 0.53 | 0.00 | 0.16 |
| HSL | 300.54º | 0.57% | 0.62% | - |
| HSV(B) | 300.54º | 0.53% | 0.84% | - |
| XYZ | 43.98 | 28.21 | 65.41 | - |
| YUV | 147.14 | 164.61 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 212 | 0 | 0.53 | 0.00 | 0.16 | 300.54 | 0.57 | 0.62 |
| Hex | D5 | 65 | D4 | 0 | 35 | 0 | 10 | 12D | 39 | 3E |
| Octal | 325 | 145 | 324 | 0 | 65 | 0 | 20 | 455 | 71 | 76 |
| Binary | 11010101 | 1100101 | 11010100 | 0 | 110101 | 0 | 10000 | 100101101 | 111001 | 111110 |
Color Harmonies of #D565D4
Complementary color
Monochromatic Colors of #D565D4
Black with #D565D4
Text Example
Text Example
White with #D565D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D565D4; }
p { color: rgb(213,101,212); }
H1.HeaderClassName
{
color: #D565D4;
}
.AnyTagClassName
{
color: #D565D4;
}
</style>
background-color css
<style>
a { background-color: #D565D4; }
a { background-color: rgb(213,101,212); }
div.DivClassName
{
background-color: #D565D4;
}
.BgClassName
{
background-color: #D565D4;
}
</style>
border-color css
<style>
span { border-color: #D565D4; }
span { border-color: rgb(213,101,212); }
td.TdClassName
{
border-color: #D565D4;
}
.TagClassName
{
border-color: #D565D4;
}
</style>