Shades of Orchid #D765D3
Tints of Orchid #D765D3
RGB
CMYK
RGB Variations
Color information
#D765D3 (or 0xD765D3) is known color: Orchid. HEX triplet: D7, 65 and D3. RGB value is (215,101,211). Sum of RGB (Red+Green+Blue) = 215+101+211=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 211 (82.81% from 255 or 40.04% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D765D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D765D3 is #289A2C. Grayscale: #939393. Windows color (decimal): -2660909 or 13854167. OLE color: 13854167.
HSL color Cylindrical-coordinate representation of color #D765D3: hue angle of 302.11º 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 #D765D3 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 101 | 211 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.16 |
| HSL | 302.11º | 0.59% | 0.62% | - |
| HSV(B) | 302.11º | 0.53% | 0.84% | - |
| XYZ | 44.44 | 28.46 | 64.78 | - |
| YUV | 147.63 | 163.77 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 101 | 211 | 0 | 0.53 | 0.02 | 0.16 | 302.11 | 0.59 | 0.62 |
| Hex | D7 | 65 | D3 | 0 | 35 | 2 | 10 | 12E | 3B | 3E |
| Octal | 327 | 145 | 323 | 0 | 65 | 2 | 20 | 456 | 73 | 76 |
| Binary | 11010111 | 1100101 | 11010011 | 0 | 110101 | 10 | 10000 | 100101110 | 111011 | 111110 |
Color Harmonies of #D765D3
Complementary color
Monochromatic Colors of #D765D3
Black with #D765D3
Text Example
Text Example
White with #D765D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D765D3; }
p { color: rgb(215,101,211); }
H1.HeaderClassName
{
color: #D765D3;
}
.AnyTagClassName
{
color: #D765D3;
}
</style>
background-color css
<style>
a { background-color: #D765D3; }
a { background-color: rgb(215,101,211); }
div.DivClassName
{
background-color: #D765D3;
}
.BgClassName
{
background-color: #D765D3;
}
</style>
border-color css
<style>
span { border-color: #D765D3; }
span { border-color: rgb(215,101,211); }
td.TdClassName
{
border-color: #D765D3;
}
.TagClassName
{
border-color: #D765D3;
}
</style>