#D96DC7

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

Shades of Orchid #D96DC7

Tints of Orchid #D96DC7

Color information

#D96DC7 (or 0xD96DC7) is unknown color: approx Orchid. HEX triplet: D9, 6D and C7. RGB value is (217,109,199). Sum of RGB (Red+Green+Blue) = 217+109+199=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 199 (78.12% from 255 or 37.90% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D96DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96DC7 is #269238. Grayscale: #979797. Windows color (decimal): -2527801 or 13069785. OLE color: 13069785.

HSL color Cylindrical-coordinate representation of color #D96DC7: hue angle of 310º 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 #D96DC7 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB217109199-
CMYK00.500.080.15
HSL310º58.7%63.92%-
HSV(B)310º49.77%85.1%-
XYZ44.3929.8157.45-
YUV151.55154.78174.68-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.33%
GREEN value IS 109 (42.97% from 255) = 20.76%
BLUE value IS 199 (78.12% from 255) = 37.90%
R=41.33%
G=20.76%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710919900.500.080.1531058.763.92
HexD96DC70328F1363b40
Octal331155307062101746673100
Binary110110011101101110001110110010100011111001101101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96DC7; }

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

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

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

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

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

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

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

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