Shades of Orchid #D565D2
Tints of Orchid #D565D2
RGB
CMYK
RGB Variations
Color information
#D565D2 (or 0xD565D2) is known color: Orchid. HEX triplet: D5, 65 and D2. RGB value is (213,101,210). Sum of RGB (Red+Green+Blue) = 213+101+210=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 210 (82.42% from 255 or 40.08% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D565D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D565D2 is #2A9A2D. Grayscale: #929292. Windows color (decimal): -2791982 or 13788629. OLE color: 13788629.
HSL color Cylindrical-coordinate representation of color #D565D2: hue angle of 301.61º 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 #D565D2 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 210 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.16 |
| HSL | 301.61º | 0.57% | 0.62% | - |
| HSV(B) | 301.61º | 0.53% | 0.84% | - |
| XYZ | 43.73 | 28.11 | 64.09 | - |
| YUV | 146.91 | 163.61 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 210 | 0 | 0.53 | 0.01 | 0.16 | 301.61 | 0.57 | 0.62 |
| Hex | D5 | 65 | D2 | 0 | 35 | 1 | 10 | 12E | 39 | 3E |
| Octal | 325 | 145 | 322 | 0 | 65 | 1 | 20 | 456 | 71 | 76 |
| Binary | 11010101 | 1100101 | 11010010 | 0 | 110101 | 1 | 10000 | 100101110 | 111001 | 111110 |
Color Harmonies of #D565D2
Complementary color
Monochromatic Colors of #D565D2
Black with #D565D2
Text Example
Text Example
White with #D565D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D565D2; }
p { color: rgb(213,101,210); }
H1.HeaderClassName
{
color: #D565D2;
}
.AnyTagClassName
{
color: #D565D2;
}
</style>
background-color css
<style>
a { background-color: #D565D2; }
a { background-color: rgb(213,101,210); }
div.DivClassName
{
background-color: #D565D2;
}
.BgClassName
{
background-color: #D565D2;
}
</style>
border-color css
<style>
span { border-color: #D565D2; }
span { border-color: rgb(213,101,210); }
td.TdClassName
{
border-color: #D565D2;
}
.TagClassName
{
border-color: #D565D2;
}
</style>