Shades of Orchid #D965D6
Tints of Orchid #D965D6
RGB
CMYK
RGB Variations
Color information
#D965D6 (or 0xD965D6) is known color: Orchid. HEX triplet: D9, 65 and D6. RGB value is (217,101,214). Sum of RGB (Red+Green+Blue) = 217+101+214=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 101 (39.84% from 255 or 18.98% from 532); Blue value is 214 (83.98% from 255 or 40.23% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D965D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D965D6 is #269A29. Grayscale: #949494. Windows color (decimal): -2529834 or 14050777. OLE color: 14050777.
HSL color Cylindrical-coordinate representation of color #D965D6: hue angle of 301.55º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D965D6 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 101 | 214 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.15 |
| HSL | 301.55º | 0.6% | 0.62% | - |
| HSV(B) | 301.55º | 0.53% | 0.85% | - |
| XYZ | 45.41 | 28.91 | 66.81 | - |
| YUV | 148.57 | 164.93 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 214 | 0 | 0.53 | 0.01 | 0.15 | 301.55 | 0.6 | 0.62 |
| Hex | D9 | 65 | D6 | 0 | 35 | 1 | F | 12E | 3C | 3E |
| Octal | 331 | 145 | 326 | 0 | 65 | 1 | 17 | 456 | 74 | 76 |
| Binary | 11011001 | 1100101 | 11010110 | 0 | 110101 | 1 | 1111 | 100101110 | 111100 | 111110 |
Color Harmonies of #D965D6
Complementary color
Monochromatic Colors of #D965D6
Black with #D965D6
Text Example
Text Example
White with #D965D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D965D6; }
p { color: rgb(217,101,214); }
H1.HeaderClassName
{
color: #D965D6;
}
.AnyTagClassName
{
color: #D965D6;
}
</style>
background-color css
<style>
a { background-color: #D965D6; }
a { background-color: rgb(217,101,214); }
div.DivClassName
{
background-color: #D965D6;
}
.BgClassName
{
background-color: #D965D6;
}
</style>
border-color css
<style>
span { border-color: #D965D6; }
span { border-color: rgb(217,101,214); }
td.TdClassName
{
border-color: #D965D6;
}
.TagClassName
{
border-color: #D965D6;
}
</style>