Shades of Orchid #D965DA
Tints of Orchid #D965DA
RGB
CMYK
RGB Variations
Color information
#D965DA (or 0xD965DA) is known color: Orchid. HEX triplet: D9, 65 and DA. RGB value is (217,101,218). Sum of RGB (Red+Green+Blue) = 217+101+218=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 101 (39.84% from 255 or 18.84% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #D965DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D965DA is #269A25. Grayscale: #949494. Windows color (decimal): -2529830 or 14312921. OLE color: 14312921.
HSL color Cylindrical-coordinate representation of color #D965DA: hue angle of 299.49º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D965DA is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 101 | 218 | - |
| CMYK | 0.00 | 0.54 | 0 | 0.15 |
| HSL | 299.49º | 0.61% | 0.63% | - |
| HSV(B) | 299.49º | 0.54% | 0.85% | - |
| XYZ | 45.92 | 29.12 | 69.53 | - |
| YUV | 149.02 | 166.93 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 218 | 0.00 | 0.54 | 0 | 0.15 | 299.49 | 0.61 | 0.63 |
| Hex | D9 | 65 | DA | 0 | 36 | 0 | F | 12B | 3D | 3F |
| Octal | 331 | 145 | 332 | 0 | 66 | 0 | 17 | 453 | 75 | 77 |
| Binary | 11011001 | 1100101 | 11011010 | 0 | 110110 | 0 | 1111 | 100101011 | 111101 | 111111 |
Color Harmonies of #D965DA
Complementary color
Monochromatic Colors of #D965DA
Black with #D965DA
Text Example
Text Example
White with #D965DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D965DA; }
p { color: rgb(217,101,218); }
H1.HeaderClassName
{
color: #D965DA;
}
.AnyTagClassName
{
color: #D965DA;
}
</style>
background-color css
<style>
a { background-color: #D965DA; }
a { background-color: rgb(217,101,218); }
div.DivClassName
{
background-color: #D965DA;
}
.BgClassName
{
background-color: #D965DA;
}
</style>
border-color css
<style>
span { border-color: #D965DA; }
span { border-color: rgb(217,101,218); }
td.TdClassName
{
border-color: #D965DA;
}
.TagClassName
{
border-color: #D965DA;
}
</style>