Shades of Orchid #D966DA
Tints of Orchid #D966DA
RGB
CMYK
RGB Variations
Color information
#D966DA (or 0xD966DA) is known color: Orchid. HEX triplet: D9, 66 and DA. RGB value is (217,102,218). Sum of RGB (Red+Green+Blue) = 217+102+218=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 102 (40.23% from 255 or 18.99% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #D966DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966DA is #269925. Grayscale: #959595. Windows color (decimal): -2529574 or 14313177. OLE color: 14313177.
HSL color Cylindrical-coordinate representation of color #D966DA: hue angle of 299.48º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D966DA is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 218 | - |
| CMYK | 0.00 | 0.53 | 0 | 0.15 |
| HSL | 299.48º | 0.61% | 0.63% | - |
| HSV(B) | 299.48º | 0.53% | 0.85% | - |
| XYZ | 46.02 | 29.32 | 69.56 | - |
| YUV | 149.61 | 166.6 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 218 | 0.00 | 0.53 | 0 | 0.15 | 299.48 | 0.61 | 0.63 |
| Hex | D9 | 66 | DA | 0 | 35 | 0 | F | 12B | 3D | 3F |
| Octal | 331 | 146 | 332 | 0 | 65 | 0 | 17 | 453 | 75 | 77 |
| Binary | 11011001 | 1100110 | 11011010 | 0 | 110101 | 0 | 1111 | 100101011 | 111101 | 111111 |
Color Harmonies of #D966DA
Complementary color
Monochromatic Colors of #D966DA
Black with #D966DA
Text Example
Text Example
White with #D966DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D966DA; }
p { color: rgb(217,102,218); }
H1.HeaderClassName
{
color: #D966DA;
}
.AnyTagClassName
{
color: #D966DA;
}
</style>
background-color css
<style>
a { background-color: #D966DA; }
a { background-color: rgb(217,102,218); }
div.DivClassName
{
background-color: #D966DA;
}
.BgClassName
{
background-color: #D966DA;
}
</style>
border-color css
<style>
span { border-color: #D966DA; }
span { border-color: rgb(217,102,218); }
td.TdClassName
{
border-color: #D966DA;
}
.TagClassName
{
border-color: #D966DA;
}
</style>