Shades of Orchid #D765BF
Tints of Orchid #D765BF
RGB
CMYK
RGB Variations
Color information
#D765BF (or 0xD765BF) is known color: Orchid. HEX triplet: D7, 65 and BF. RGB value is (215,101,191). Sum of RGB (Red+Green+Blue) = 215+101+191=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 215 - color contains mainly: red. Hex color #D765BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D765BF is #289A40. Grayscale: #919191. Windows color (decimal): -2660929 or 12543447. OLE color: 12543447.
HSL color Cylindrical-coordinate representation of color #D765BF: hue angle of 312.63º 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 #D765BF is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 101 | 191 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.16 |
| HSL | 312.63º | 0.59% | 0.62% | - |
| HSV(B) | 312.63º | 0.53% | 0.84% | - |
| XYZ | 42.08 | 27.52 | 52.38 | - |
| YUV | 145.35 | 153.77 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 101 | 191 | 0 | 0.53 | 0.11 | 0.16 | 312.63 | 0.59 | 0.62 |
| Hex | D7 | 65 | BF | 0 | 35 | B | 10 | 139 | 3B | 3E |
| Octal | 327 | 145 | 277 | 0 | 65 | 13 | 20 | 471 | 73 | 76 |
| Binary | 11010111 | 1100101 | 10111111 | 0 | 110101 | 1011 | 10000 | 100111001 | 111011 | 111110 |
Color Harmonies of #D765BF
Complementary color
Monochromatic Colors of #D765BF
Black with #D765BF
Text Example
Text Example
White with #D765BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D765BF; }
p { color: rgb(215,101,191); }
H1.HeaderClassName
{
color: #D765BF;
}
.AnyTagClassName
{
color: #D765BF;
}
</style>
background-color css
<style>
a { background-color: #D765BF; }
a { background-color: rgb(215,101,191); }
div.DivClassName
{
background-color: #D765BF;
}
.BgClassName
{
background-color: #D765BF;
}
</style>
border-color css
<style>
span { border-color: #D765BF; }
span { border-color: rgb(215,101,191); }
td.TdClassName
{
border-color: #D765BF;
}
.TagClassName
{
border-color: #D765BF;
}
</style>