Shades of Orchid #D965DF
Tints of Orchid #D965DF
RGB
CMYK
RGB Variations
Color information
#D965DF (or 0xD965DF) is known color: Orchid. HEX triplet: D9, 65 and DF. RGB value is (217,101,223). Sum of RGB (Red+Green+Blue) = 217+101+223=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 101 (39.84% from 255 or 18.67% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #D965DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D965DF is #269A20. Grayscale: #959595. Windows color (decimal): -2529825 or 14640601. OLE color: 14640601.
HSL color Cylindrical-coordinate representation of color #D965DF: hue angle of 297.05º 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 #D965DF is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 101 | 223 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.13 |
| HSL | 297.05º | 0.66% | 0.64% | - |
| HSV(B) | 297.05º | 0.55% | 0.87% | - |
| XYZ | 46.59 | 29.39 | 73.03 | - |
| YUV | 149.59 | 169.43 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 223 | 0.03 | 0.55 | 0 | 0.13 | 297.05 | 0.66 | 0.64 |
| Hex | D9 | 65 | DF | 3 | 37 | 0 | D | 129 | 42 | 40 |
| Octal | 331 | 145 | 337 | 3 | 67 | 0 | 15 | 451 | 102 | 100 |
| Binary | 11011001 | 1100101 | 11011111 | 11 | 110111 | 0 | 1101 | 100101001 | 1000010 | 1000000 |
Color Harmonies of #D965DF
Complementary color
Monochromatic Colors of #D965DF
Black with #D965DF
Text Example
Text Example
White with #D965DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D965DF; }
p { color: rgb(217,101,223); }
H1.HeaderClassName
{
color: #D965DF;
}
.AnyTagClassName
{
color: #D965DF;
}
</style>
background-color css
<style>
a { background-color: #D965DF; }
a { background-color: rgb(217,101,223); }
div.DivClassName
{
background-color: #D965DF;
}
.BgClassName
{
background-color: #D965DF;
}
</style>
border-color css
<style>
span { border-color: #D965DF; }
span { border-color: rgb(217,101,223); }
td.TdClassName
{
border-color: #D965DF;
}
.TagClassName
{
border-color: #D965DF;
}
</style>