Shades of Orchid #D965BD
Tints of Orchid #D965BD
RGB
CMYK
RGB Variations
Color information
#D965BD (or 0xD965BD) is known color: Orchid. HEX triplet: D9, 65 and BD. RGB value is (217,101,189). Sum of RGB (Red+Green+Blue) = 217+101+189=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D965BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D965BD is #269A42. Grayscale: #919191. Windows color (decimal): -2529859 or 12412377. OLE color: 12412377.
HSL color Cylindrical-coordinate representation of color #D965BD: hue angle of 314.48º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D965BD is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 101 | 189 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.15 |
| HSL | 314.48º | 0.6% | 0.62% | - |
| HSV(B) | 314.48º | 0.53% | 0.85% | - |
| XYZ | 42.45 | 27.73 | 51.26 | - |
| YUV | 145.72 | 152.43 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 189 | 0 | 0.53 | 0.13 | 0.15 | 314.48 | 0.6 | 0.62 |
| Hex | D9 | 65 | BD | 0 | 35 | D | F | 13A | 3C | 3E |
| Octal | 331 | 145 | 275 | 0 | 65 | 15 | 17 | 472 | 74 | 76 |
| Binary | 11011001 | 1100101 | 10111101 | 0 | 110101 | 1101 | 1111 | 100111010 | 111100 | 111110 |
Color Harmonies of #D965BD
Complementary color
Monochromatic Colors of #D965BD
Black with #D965BD
Text Example
Text Example
White with #D965BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D965BD; }
p { color: rgb(217,101,189); }
H1.HeaderClassName
{
color: #D965BD;
}
.AnyTagClassName
{
color: #D965BD;
}
</style>
background-color css
<style>
a { background-color: #D965BD; }
a { background-color: rgb(217,101,189); }
div.DivClassName
{
background-color: #D965BD;
}
.BgClassName
{
background-color: #D965BD;
}
</style>
border-color css
<style>
span { border-color: #D965BD; }
span { border-color: rgb(217,101,189); }
td.TdClassName
{
border-color: #D965BD;
}
.TagClassName
{
border-color: #D965BD;
}
</style>