Shades of Orchid #D765DF
Tints of Orchid #D765DF
RGB
CMYK
RGB Variations
Color information
#D765DF (or 0xD765DF) is known color: Orchid. HEX triplet: D7, 65 and DF. RGB value is (215,101,223). Sum of RGB (Red+Green+Blue) = 215+101+223=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 101 (39.84% from 255 or 18.74% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #D765DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D765DF is #289A20. Grayscale: #949494. Windows color (decimal): -2660897 or 14640599. OLE color: 14640599.
HSL color Cylindrical-coordinate representation of color #D765DF: hue angle of 296.07º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D765DF is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 101 | 223 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.13 |
| HSL | 296.07º | 0.66% | 0.64% | - |
| HSV(B) | 296.07º | 0.55% | 0.87% | - |
| XYZ | 46 | 29.08 | 73 | - |
| YUV | 148.99 | 169.77 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 101 | 223 | 0.04 | 0.55 | 0 | 0.13 | 296.07 | 0.66 | 0.64 |
| Hex | D7 | 65 | DF | 4 | 37 | 0 | D | 128 | 42 | 40 |
| Octal | 327 | 145 | 337 | 4 | 67 | 0 | 15 | 450 | 102 | 100 |
| Binary | 11010111 | 1100101 | 11011111 | 100 | 110111 | 0 | 1101 | 100101000 | 1000010 | 1000000 |
Color Harmonies of #D765DF
Complementary color
Monochromatic Colors of #D765DF
Black with #D765DF
Text Example
Text Example
White with #D765DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D765DF; }
p { color: rgb(215,101,223); }
H1.HeaderClassName
{
color: #D765DF;
}
.AnyTagClassName
{
color: #D765DF;
}
</style>
background-color css
<style>
a { background-color: #D765DF; }
a { background-color: rgb(215,101,223); }
div.DivClassName
{
background-color: #D765DF;
}
.BgClassName
{
background-color: #D765DF;
}
</style>
border-color css
<style>
span { border-color: #D765DF; }
span { border-color: rgb(215,101,223); }
td.TdClassName
{
border-color: #D765DF;
}
.TagClassName
{
border-color: #D765DF;
}
</style>