#D964D8

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

Shades of Orchid #D964D8

Tints of Orchid #D964D8

Color information

#D964D8 (or 0xD964D8) is unknown color: approx Orchid. HEX triplet: D9, 64 and D8. RGB value is (217,100,216). Sum of RGB (Red+Green+Blue) = 217+100+216=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 100 (39.45% from 255 or 18.76% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D964D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D964D8 is #269B27. Grayscale: #939393. Windows color (decimal): -2530088 or 14181593. OLE color: 14181593.

HSL color Cylindrical-coordinate representation of color #D964D8: hue angle of 300.51º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D964D8 is Cyan = 0, Magento = 0.54, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB217100216-
CMYK00.540.000.15
HSL300.51º60.62%62.16%-
HSV(B)300.51º53.92%85.1%-
XYZ45.5728.8268.13-
YUV148.21166.26177.07-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.71%
GREEN value IS 100 (39.45% from 255) = 18.76%
BLUE value IS 216 (84.77% from 255) = 40.53%
R=40.71%
G=18.76%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710021600.540.000.15300.5160.6262.16
HexD964D80360F12d3d3e
Octal3311443300660174557576
Binary11011001110010011011000011011001111100101101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D964D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D964D8; }

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

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

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

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

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

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

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

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