Shades of Orchid #D965B7
Tints of Orchid #D965B7
RGB
CMYK
RGB Variations
Color information
#D965B7 (or 0xD965B7) is known color: Orchid. HEX triplet: D9, 65 and B7. RGB value is (217,101,183). Sum of RGB (Red+Green+Blue) = 217+101+183=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D965B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D965B7 is #269A48. Grayscale: #909090. Windows color (decimal): -2529865 or 12019161. OLE color: 12019161.
HSL color Cylindrical-coordinate representation of color #D965B7: hue angle of 317.59º 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 #D965B7 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 101 | 183 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.15 |
| HSL | 317.59º | 0.6% | 0.62% | - |
| HSV(B) | 317.59º | 0.53% | 0.85% | - |
| XYZ | 41.82 | 27.48 | 47.9 | - |
| YUV | 145.03 | 149.43 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 183 | 0 | 0.53 | 0.16 | 0.15 | 317.59 | 0.6 | 0.62 |
| Hex | D9 | 65 | B7 | 0 | 35 | 10 | F | 13E | 3C | 3E |
| Octal | 331 | 145 | 267 | 0 | 65 | 20 | 17 | 476 | 74 | 76 |
| Binary | 11011001 | 1100101 | 10110111 | 0 | 110101 | 10000 | 1111 | 100111110 | 111100 | 111110 |
Color Harmonies of #D965B7
Complementary color
Monochromatic Colors of #D965B7
Black with #D965B7
Text Example
Text Example
White with #D965B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D965B7; }
p { color: rgb(217,101,183); }
H1.HeaderClassName
{
color: #D965B7;
}
.AnyTagClassName
{
color: #D965B7;
}
</style>
background-color css
<style>
a { background-color: #D965B7; }
a { background-color: rgb(217,101,183); }
div.DivClassName
{
background-color: #D965B7;
}
.BgClassName
{
background-color: #D965B7;
}
</style>
border-color css
<style>
span { border-color: #D965B7; }
span { border-color: rgb(217,101,183); }
td.TdClassName
{
border-color: #D965B7;
}
.TagClassName
{
border-color: #D965B7;
}
</style>