Shades of Orchid #D765BB
Tints of Orchid #D765BB
RGB
CMYK
RGB Variations
Color information
#D765BB (or 0xD765BB) is known color: Orchid. HEX triplet: D7, 65 and BB. RGB value is (215,101,187). Sum of RGB (Red+Green+Blue) = 215+101+187=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 101 (39.84% from 255 or 20.08% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D765BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D765BB is #289A44. Grayscale: #909090. Windows color (decimal): -2660933 or 12281303. OLE color: 12281303.
HSL color Cylindrical-coordinate representation of color #D765BB: hue angle of 314.74º degrees, saturation: 0.59, 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 #D765BB is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 101 | 187 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.16 |
| HSL | 314.74º | 0.59% | 0.62% | - |
| HSV(B) | 314.74º | 0.53% | 0.84% | - |
| XYZ | 41.65 | 27.34 | 50.1 | - |
| YUV | 144.89 | 151.77 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 101 | 187 | 0 | 0.53 | 0.13 | 0.16 | 314.74 | 0.59 | 0.62 |
| Hex | D7 | 65 | BB | 0 | 35 | D | 10 | 13B | 3B | 3E |
| Octal | 327 | 145 | 273 | 0 | 65 | 15 | 20 | 473 | 73 | 76 |
| Binary | 11010111 | 1100101 | 10111011 | 0 | 110101 | 1101 | 10000 | 100111011 | 111011 | 111110 |
Color Harmonies of #D765BB
Complementary color
Monochromatic Colors of #D765BB
Black with #D765BB
Text Example
Text Example
White with #D765BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D765BB; }
p { color: rgb(215,101,187); }
H1.HeaderClassName
{
color: #D765BB;
}
.AnyTagClassName
{
color: #D765BB;
}
</style>
background-color css
<style>
a { background-color: #D765BB; }
a { background-color: rgb(215,101,187); }
div.DivClassName
{
background-color: #D765BB;
}
.BgClassName
{
background-color: #D765BB;
}
</style>
border-color css
<style>
span { border-color: #D765BB; }
span { border-color: rgb(215,101,187); }
td.TdClassName
{
border-color: #D765BB;
}
.TagClassName
{
border-color: #D765BB;
}
</style>