#D96DD8

Color #D96DD8 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D96DD8

Tints of Orchid #D96DD8

Color information

#D96DD8 (or 0xD96DD8) is unknown color: approx Orchid. HEX triplet: D9, 6D and D8. RGB value is (217,109,216). Sum of RGB (Red+Green+Blue) = 217+109+216=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 109 (42.97% from 255 or 20.11% from 542); Blue value is 216 (84.77% from 255 or 39.85% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D96DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96DD8 is #269227. Grayscale: #999999. Windows color (decimal): -2527784 or 14183897. OLE color: 14183897.

HSL color Cylindrical-coordinate representation of color #D96DD8: hue angle of 300.56º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96DD8 is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB217109216-
CMYK00.500.000.15
HSL300.56º58.7%63.92%-
HSV(B)300.56º49.77%85.1%-
XYZ46.4830.6568.43-
YUV153.49163.28173.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 40.04%
GREEN value IS 109 (42.97% from 255) = 20.11%
BLUE value IS 216 (84.77% from 255) = 39.85%
R=40.04%
G=20.11%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710921600.500.000.15300.5658.763.92
HexD96DD80320F12d3b40
Octal33115533006201745573100
Binary110110011101101110110000110010011111001011011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96DD8; }

 p { color: rgb(217,109,216); }

 H1.HeaderClassName
 {
   color: #D96DD8;
 }
 .AnyTagClassName
 {
   color: #D96DD8;
 }
</style>
background-color css

<style>
 a { background-color: #D96DD8; }

 a { background-color: rgb(217,109,216); }

 div.DivClassName
 {
   background-color: #D96DD8;
 }
 .BgClassName
 {
   background-color: #D96DD8;
 }
</style>
border-color css

<style>
 span { border-color: #D96DD8; }

 span { border-color: rgb(217,109,216); }

 td.TdClassName
 {
   border-color: #D96DD8;
 }
 .TagClassName
 {
   border-color: #D96DD8;
 }
</style>