Shades of Orchid #D966C4
Tints of Orchid #D966C4
RGB
CMYK
RGB Variations
Color information
#D966C4 (or 0xD966C4) is known color: Orchid. HEX triplet: D9, 66 and C4. RGB value is (217,102,196). Sum of RGB (Red+Green+Blue) = 217+102+196=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D966C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966C4 is #26993B. Grayscale: #929292. Windows color (decimal): -2529596 or 12871385. OLE color: 12871385.
HSL color Cylindrical-coordinate representation of color #D966C4: hue angle of 310.96º degrees, saturation: 0.6, 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 #D966C4 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 196 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.15 |
| HSL | 310.96º | 0.6% | 0.63% | - |
| HSV(B) | 310.96º | 0.53% | 0.85% | - |
| XYZ | 43.33 | 28.24 | 55.39 | - |
| YUV | 147.1 | 155.6 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 196 | 0 | 0.53 | 0.10 | 0.15 | 310.96 | 0.6 | 0.63 |
| Hex | D9 | 66 | C4 | 0 | 35 | A | F | 137 | 3C | 3F |
| Octal | 331 | 146 | 304 | 0 | 65 | 12 | 17 | 467 | 74 | 77 |
| Binary | 11011001 | 1100110 | 11000100 | 0 | 110101 | 1010 | 1111 | 100110111 | 111100 | 111111 |
Color Harmonies of #D966C4
Complementary color
Monochromatic Colors of #D966C4
Black with #D966C4
Text Example
Text Example
White with #D966C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D966C4; }
p { color: rgb(217,102,196); }
H1.HeaderClassName
{
color: #D966C4;
}
.AnyTagClassName
{
color: #D966C4;
}
</style>
background-color css
<style>
a { background-color: #D966C4; }
a { background-color: rgb(217,102,196); }
div.DivClassName
{
background-color: #D966C4;
}
.BgClassName
{
background-color: #D966C4;
}
</style>
border-color css
<style>
span { border-color: #D966C4; }
span { border-color: rgb(217,102,196); }
td.TdClassName
{
border-color: #D966C4;
}
.TagClassName
{
border-color: #D966C4;
}
</style>