Shades of Orchid #D565BD
Tints of Orchid #D565BD
RGB
CMYK
RGB Variations
Color information
#D565BD (or 0xD565BD) is known color: Orchid. HEX triplet: D5, 65 and BD. RGB value is (213,101,189). Sum of RGB (Red+Green+Blue) = 213+101+189=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 101 (39.84% from 255 or 20.08% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D565BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D565BD is #2A9A42. Grayscale: #909090. Windows color (decimal): -2792003 or 12412373. OLE color: 12412373.
HSL color Cylindrical-coordinate representation of color #D565BD: hue angle of 312.86º 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 #D565BD is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 189 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.16 |
| HSL | 312.86º | 0.57% | 0.62% | - |
| HSV(B) | 312.86º | 0.53% | 0.84% | - |
| XYZ | 41.28 | 27.13 | 51.2 | - |
| YUV | 144.52 | 153.11 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 189 | 0 | 0.53 | 0.11 | 0.16 | 312.86 | 0.57 | 0.62 |
| Hex | D5 | 65 | BD | 0 | 35 | B | 10 | 139 | 39 | 3E |
| Octal | 325 | 145 | 275 | 0 | 65 | 13 | 20 | 471 | 71 | 76 |
| Binary | 11010101 | 1100101 | 10111101 | 0 | 110101 | 1011 | 10000 | 100111001 | 111001 | 111110 |
Color Harmonies of #D565BD
Complementary color
Monochromatic Colors of #D565BD
Black with #D565BD
Text Example
Text Example
White with #D565BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D565BD; }
p { color: rgb(213,101,189); }
H1.HeaderClassName
{
color: #D565BD;
}
.AnyTagClassName
{
color: #D565BD;
}
</style>
background-color css
<style>
a { background-color: #D565BD; }
a { background-color: rgb(213,101,189); }
div.DivClassName
{
background-color: #D565BD;
}
.BgClassName
{
background-color: #D565BD;
}
</style>
border-color css
<style>
span { border-color: #D565BD; }
span { border-color: rgb(213,101,189); }
td.TdClassName
{
border-color: #D565BD;
}
.TagClassName
{
border-color: #D565BD;
}
</style>